public static interface DeleteConfigurationSetEventDestinationRequest.Builder extends SESRequest.Builder, CopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
Modifier and Type | Method and Description |
---|---|
DeleteConfigurationSetEventDestinationRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set from which to delete the event destination.
|
DeleteConfigurationSetEventDestinationRequest.Builder |
eventDestinationName(String eventDestinationName)
The name of the event destination to delete.
|
DeleteConfigurationSetEventDestinationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteConfigurationSetEventDestinationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DeleteConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set from which to delete the event destination.
configurationSetName
- The name of the configuration set from which to delete the event destination.DeleteConfigurationSetEventDestinationRequest.Builder eventDestinationName(String eventDestinationName)
The name of the event destination to delete.
eventDestinationName
- The name of the event destination to delete.DeleteConfigurationSetEventDestinationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteConfigurationSetEventDestinationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.