public static interface CreateConfigurationSetEventDestinationRequest.Builder extends PinpointSmsVoiceRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
build
overrideConfiguration
copy
applyMutation, build
CreateConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
configurationSetName
- ConfigurationSetNameCreateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestinationDefinition eventDestination)
eventDestination
- The new value for the EventDestination property for this object.default CreateConfigurationSetEventDestinationRequest.Builder eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)
EventDestinationDefinition.Builder
avoiding the
need to create one manually via EventDestinationDefinition.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to eventDestination(EventDestinationDefinition)
.eventDestination
- a consumer that will call methods on EventDestinationDefinition.Builder
eventDestination(EventDestinationDefinition)
CreateConfigurationSetEventDestinationRequest.Builder eventDestinationName(String eventDestinationName)
eventDestinationName
- A name that identifies the event destination.CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.