public static interface DeleteConfigurationSetRequest.Builder extends SESRequest.Builder, CopyableBuilder<DeleteConfigurationSetRequest.Builder,DeleteConfigurationSetRequest>
Modifier and Type | Method and Description |
---|---|
DeleteConfigurationSetRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set to delete.
|
DeleteConfigurationSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteConfigurationSetRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set to delete.
configurationSetName
- The name of the configuration set to delete.DeleteConfigurationSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.