public static interface UpdateConfigurationSetEventDestinationRequest.Builder extends SesRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateConfigurationSetEventDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateConfigurationSetEventDestinationRequest.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.BuildereventDestination(EventDestination)UpdateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.