Interface AssociateProactiveEngagementDetailsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateProactiveEngagementDetailsRequest.Builder,AssociateProactiveEngagementDetailsRequest>,SdkBuilder<AssociateProactiveEngagementDetailsRequest.Builder,AssociateProactiveEngagementDetailsRequest>,SdkPojo,SdkRequest.Builder,ShieldRequest.Builder
- Enclosing class:
- AssociateProactiveEngagementDetailsRequest
public static interface AssociateProactiveEngagementDetailsRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<AssociateProactiveEngagementDetailsRequest.Builder,AssociateProactiveEngagementDetailsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateProactiveEngagementDetailsRequest.BuilderemergencyContactList(Collection<EmergencyContact> emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.AssociateProactiveEngagementDetailsRequest.BuilderemergencyContactList(Consumer<EmergencyContact.Builder>... emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.AssociateProactiveEngagementDetailsRequest.BuilderemergencyContactList(EmergencyContact... emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.AssociateProactiveEngagementDetailsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateProactiveEngagementDetailsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.shield.model.ShieldRequest.Builder
build
-
-
-
-
Method Detail
-
emergencyContactList
AssociateProactiveEngagementDetailsRequest.Builder emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT 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
DescribeEmergencyContactSettingsand then provide it here.- Parameters:
emergencyContactList- A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT 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
DescribeEmergencyContactSettingsand then provide it here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emergencyContactList
AssociateProactiveEngagementDetailsRequest.Builder emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT 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
DescribeEmergencyContactSettingsand then provide it here.- Parameters:
emergencyContactList- A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT 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
DescribeEmergencyContactSettingsand then provide it here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emergencyContactList
AssociateProactiveEngagementDetailsRequest.Builder emergencyContactList(Consumer<EmergencyContact.Builder>... emergencyContactList)
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.
To enable proactive engagement, the contact list must include at least one phone number.
This is a convenience method that creates an instance of theThe 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
DescribeEmergencyContactSettingsand then provide it here.EmergencyContact.Builderavoiding the need to create one manually viaEmergencyContact.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#emergencyContactList(List.) - Parameters:
emergencyContactList- a consumer that will call methods onEmergencyContact.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#emergencyContactList(java.util.Collection)
-
overrideConfiguration
AssociateProactiveEngagementDetailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateProactiveEngagementDetailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-