public static interface UpdateConfigurationSetEventDestinationRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
build
overrideConfiguration
copy
applyMutation, build
UpdateConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to modify.
configurationSetName
- The name of the configuration set that contains the event destination that you want to modify.UpdateConfigurationSetEventDestinationRequest.Builder eventDestinationName(String eventDestinationName)
The name of the event destination that you want to modify.
eventDestinationName
- The name of the event destination that you want to modify.UpdateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
eventDestination
- An object that defines the event destination.default UpdateConfigurationSetEventDestinationRequest.Builder eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)
An object that defines the event destination.
This is a convenience that creates an instance of theEventDestinationDefinition.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)
UpdateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateConfigurationSetEventDestinationRequest.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.