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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.