public static interface DescribeEmergencyContactSettingsResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<DescribeEmergencyContactSettingsResponse.Builder,DescribeEmergencyContactSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEmergencyContactSettingsResponse.Builder |
emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you
have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
DescribeEmergencyContactSettingsResponse.Builder |
emergencyContactList(Consumer<EmergencyContact.Builder>... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you
have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
DescribeEmergencyContactSettingsResponse.Builder |
emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you
have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEmergencyContactSettingsResponse.Builder emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
emergencyContactList - A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you
if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive
customer support.DescribeEmergencyContactSettingsResponse.Builder emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
emergencyContactList - A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you
if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive
customer support.DescribeEmergencyContactSettingsResponse.Builder emergencyContactList(Consumer<EmergencyContact.Builder>... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #emergencyContactList(List) .emergencyContactList - a consumer that will call methods on List.Builder #emergencyContactList(List) Copyright © 2021. All rights reserved.