public static interface GetConfigurationSetEventDestinationsResponse.Builder extends PinpointSmsVoiceResponse.Builder, SdkPojo, CopyableBuilder<GetConfigurationSetEventDestinationsResponse.Builder,GetConfigurationSetEventDestinationsResponse>
Modifier and Type | Method and Description |
---|---|
GetConfigurationSetEventDestinationsResponse.Builder |
eventDestinations(Collection<EventDestination> eventDestinations)
Sets the value of the EventDestinations property for this object.
|
GetConfigurationSetEventDestinationsResponse.Builder |
eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)
Sets the value of the EventDestinations property for this object.
|
GetConfigurationSetEventDestinationsResponse.Builder |
eventDestinations(EventDestination... eventDestinations)
Sets the value of the EventDestinations property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetConfigurationSetEventDestinationsResponse.Builder eventDestinations(Collection<EventDestination> eventDestinations)
eventDestinations
- The new value for the EventDestinations property for this object.GetConfigurationSetEventDestinationsResponse.Builder eventDestinations(EventDestination... eventDestinations)
eventDestinations
- The new value for the EventDestinations property for this object.GetConfigurationSetEventDestinationsResponse.Builder eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)
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 #eventDestinations(List)
.eventDestinations
- a consumer that will call methods on List.Builder
#eventDestinations(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.