public static interface DeleteConfigurationSetEventDestinationRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
Modifier and Type | Method and Description |
---|---|
DeleteConfigurationSetEventDestinationRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to delete.
|
DeleteConfigurationSetEventDestinationRequest.Builder |
eventDestinationName(String eventDestinationName)
The name of the event destination that you want to delete.
|
DeleteConfigurationSetEventDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteConfigurationSetEventDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to delete.
configurationSetName
- The name of the configuration set that contains the event destination that you want to delete.DeleteConfigurationSetEventDestinationRequest.Builder eventDestinationName(String eventDestinationName)
The name of the event destination that you want to delete.
eventDestinationName
- The name of the event destination that you want to delete.DeleteConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.