public static interface CreateConfigurationSetEventDestinationRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfigurationSetEventDestinationRequest.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.BuildereventDestination(EventDestination)CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.