public static interface CreateConfigurationSetEventDestinationRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that the event destination should be associated with.
configurationSetName
- The name of the configuration set that the event destination should be associated with.CreateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestination eventDestination)
An object that describes the AWS service that email sending event information will be published to.
eventDestination
- An object that describes the AWS service that email sending event information will be published to.default CreateConfigurationSetEventDestinationRequest.Builder eventDestination(Consumer<EventDestination.Builder> eventDestination)
An object that describes the AWS service that email sending event information will be published to.
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.Builder
eventDestination(EventDestination)
CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.