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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConfigurationSetEventDestinationsResponse.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 method that creates an instance of theEventDestination.Builder avoiding the need to
create one manually via
EventDestination.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventDestinations(List.
eventDestinations - a consumer that will call methods on
EventDestination.Builder#eventDestinations(java.util.Collection) Copyright © 2023. All rights reserved.