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 Details

    • 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 DescribeEmergencyContactSettings and 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 DescribeEmergencyContactSettings and 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 DescribeEmergencyContactSettings and 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 DescribeEmergencyContactSettings and then provide it here.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 DescribeEmergencyContactSettings and then provide it here.

      This is a convenience method that creates an instance of the EmergencyContact.Builder avoiding the need to create one manually via EmergencyContact.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to emergencyContactList(List<EmergencyContact>).

      Parameters:
      emergencyContactList - a consumer that will call methods on EmergencyContact.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.