public static interface GetConfigurationSetEventDestinationsResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<GetConfigurationSetEventDestinationsResponse.Builder,GetConfigurationSetEventDestinationsResponse>
Modifier and Type | Method and Description |
---|---|
GetConfigurationSetEventDestinationsResponse.Builder |
eventDestinations(Collection<EventDestination> eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
|
GetConfigurationSetEventDestinationsResponse.Builder |
eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
|
GetConfigurationSetEventDestinationsResponse.Builder |
eventDestinations(EventDestination... eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetConfigurationSetEventDestinationsResponse.Builder eventDestinations(Collection<EventDestination> eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
eventDestinations
- An array that includes all of the events destinations that have been configured for the configuration
set.GetConfigurationSetEventDestinationsResponse.Builder eventDestinations(EventDestination... eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
eventDestinations
- An array that includes all of the events destinations that have been configured for the configuration
set.GetConfigurationSetEventDestinationsResponse.Builder eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
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 #eventDestinations(List)
.eventDestinations
- a consumer that will call methods on List.Builder
#eventDestinations(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.