public static interface AssociateProactiveEngagementDetailsRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<AssociateProactiveEngagementDetailsRequest.Builder,AssociateProactiveEngagementDetailsRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateProactiveEngagementDetailsRequest.Builder |
emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for
escalations to the DRT and to initiate proactive customer support.
|
AssociateProactiveEngagementDetailsRequest.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 for
escalations to the DRT and to initiate proactive customer support.
|
AssociateProactiveEngagementDetailsRequest.Builder |
emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for
escalations to the DRT and to initiate proactive customer support.
|
AssociateProactiveEngagementDetailsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateProactiveEngagementDetailsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateProactiveEngagementDetailsRequest.Builder emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.
To enable proactive engagement, the contact list must include at least one phone number.
The contacts that you provide here replace any contacts that were already defined. If you already have
contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings
and then provide it here.
emergencyContactList - A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you
for escalations to the DRT and to initiate proactive customer support.
To enable proactive engagement, the contact list must include at least one phone number.
The contacts that you provide here replace any contacts that were already defined. If you already have
contacts defined and want to use them, retrieve the list using
DescribeEmergencyContactSettings and then provide it here.
AssociateProactiveEngagementDetailsRequest.Builder emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.
To enable proactive engagement, the contact list must include at least one phone number.
The contacts that you provide here replace any contacts that were already defined. If you already have
contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings
and then provide it here.
emergencyContactList - A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you
for escalations to the DRT and to initiate proactive customer support.
To enable proactive engagement, the contact list must include at least one phone number.
The contacts that you provide here replace any contacts that were already defined. If you already have
contacts defined and want to use them, retrieve the list using
DescribeEmergencyContactSettings and then provide it here.
AssociateProactiveEngagementDetailsRequest.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 for escalations to the DRT and to initiate proactive customer support.
To enable proactive engagement, the contact list must include at least one phone number.
The contacts that you provide here replace any contacts that were already defined. If you already have
contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings
and then provide it here.
List.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) AssociateProactiveEngagementDetailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateProactiveEngagementDetailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.