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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateConfigurationSetEventDestinationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateConfigurationSetEventDestinationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.