public static interface UpdateEmergencyContactSettingsRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<UpdateEmergencyContactSettingsRequest.Builder,UpdateEmergencyContactSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEmergencyContactSettingsRequest.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.
|
UpdateEmergencyContactSettingsRequest.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.
|
UpdateEmergencyContactSettingsRequest.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.
|
UpdateEmergencyContactSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEmergencyContactSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEmergencyContactSettingsRequest.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.
If you have proactive engagement enabled, the contact list must include at least one phone number.
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.
If you have proactive engagement enabled, the contact list must include at least one phone number.
UpdateEmergencyContactSettingsRequest.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.
If you have proactive engagement enabled, the contact list must include at least one phone number.
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.
If you have proactive engagement enabled, the contact list must include at least one phone number.
UpdateEmergencyContactSettingsRequest.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.
If you have proactive engagement enabled, the contact list must include at least one phone number.
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) UpdateEmergencyContactSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEmergencyContactSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.