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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConfigurationSetEventDestinationsResponse.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)
EventDestination.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 © 2022. All rights reserved.