public static interface DescribeEmergencyContactSettingsResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<DescribeEmergencyContactSettingsResponse.Builder,DescribeEmergencyContactSettingsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeEmergencyContactSettingsResponse.Builder |
emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
|
DescribeEmergencyContactSettingsResponse.Builder |
emergencyContactList(Consumer<EmergencyContact.Builder>... emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
|
DescribeEmergencyContactSettingsResponse.Builder |
emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeEmergencyContactSettingsResponse.Builder emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
emergencyContactList
- A list of email addresses that the DRT can use to contact you during a suspected attack.DescribeEmergencyContactSettingsResponse.Builder emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
emergencyContactList
- A list of email addresses that the DRT can use to contact you during a suspected attack.DescribeEmergencyContactSettingsResponse.Builder emergencyContactList(Consumer<EmergencyContact.Builder>... emergencyContactList)
A list of email addresses that the DRT can use to contact you during a suspected attack.
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)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.