public static interface UpdateConfigurationSetEventDestinationRequest.Builder extends SESRequest.Builder, CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationSetEventDestinationRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to update.
|
default UpdateConfigurationSetEventDestinationRequest.Builder |
eventDestination(Consumer<EventDestination.Builder> eventDestination)
The event destination object that you want to apply to the specified configuration set.
|
UpdateConfigurationSetEventDestinationRequest.Builder |
eventDestination(EventDestination eventDestination)
The event destination object that you want to apply to the specified configuration set.
|
UpdateConfigurationSetEventDestinationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateConfigurationSetEventDestinationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
UpdateConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to update.
configurationSetName
- The name of the configuration set that contains the event destination that you want to update.UpdateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestination eventDestination)
The event destination object that you want to apply to the specified configuration set.
eventDestination
- The event destination object that you want to apply to the specified configuration set.default UpdateConfigurationSetEventDestinationRequest.Builder eventDestination(Consumer<EventDestination.Builder> eventDestination)
The event destination object that you want to apply to the specified configuration set.
This is a convenience 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 eventDestination(EventDestination)
.eventDestination
- a consumer that will call methods on EventDestination.Builder
eventDestination(EventDestination)
UpdateConfigurationSetEventDestinationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateConfigurationSetEventDestinationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.