Interface DescribeEmergencyContactSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEmergencyContactSettingsResponse.Builder,DescribeEmergencyContactSettingsResponse>,SdkBuilder<DescribeEmergencyContactSettingsResponse.Builder,DescribeEmergencyContactSettingsResponse>,SdkPojo,SdkResponse.Builder,ShieldResponse.Builder
- Enclosing class:
- DescribeEmergencyContactSettingsResponse
public static interface DescribeEmergencyContactSettingsResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<DescribeEmergencyContactSettingsResponse.Builder,DescribeEmergencyContactSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEmergencyContactSettingsResponse.BuilderemergencyContactList(Collection<EmergencyContact> emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.DescribeEmergencyContactSettingsResponse.BuilderemergencyContactList(Consumer<EmergencyContact.Builder>... emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.DescribeEmergencyContactSettingsResponse.BuilderemergencyContactList(EmergencyContact... emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.shield.model.ShieldResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
emergencyContactList
DescribeEmergencyContactSettingsResponse.Builder emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
- Parameters:
emergencyContactList- A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emergencyContactList
DescribeEmergencyContactSettingsResponse.Builder emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
- Parameters:
emergencyContactList- A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emergencyContactList
DescribeEmergencyContactSettingsResponse.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 if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
This is a convenience method that creates an instance of theEmergencyContact.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)
-
-