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) |
UpdateConfigurationSetEventDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.