public static interface CreateConfigurationSetEventDestinationRequest.Builder extends SesRequest.Builder, CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
Modifier and Type | Method and Description |
---|---|
CreateConfigurationSetEventDestinationRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set that the event destination should be associated with.
|
default CreateConfigurationSetEventDestinationRequest.Builder |
eventDestination(Consumer<EventDestination.Builder> eventDestination)
An object that describes the AWS service that email sending event information will be published to.
|
CreateConfigurationSetEventDestinationRequest.Builder |
eventDestination(EventDestination eventDestination)
An object that describes the AWS service that email sending event information will be published to.
|
CreateConfigurationSetEventDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateConfigurationSetEventDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
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 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.