Interface DeleteConfigurationSetEventDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,,DeleteConfigurationSetEventDestinationRequest> SdkBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,,DeleteConfigurationSetEventDestinationRequest> SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- DeleteConfigurationSetEventDestinationRequest
@Mutable
@NotThreadSafe
public static interface DeleteConfigurationSetEventDestinationRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationSetName(String configurationSetName) The name of the configuration set from which to delete the event destination.eventDestinationName(String eventDestinationName) The name of the event destination to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
Method Details
-
configurationSetName
DeleteConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName) The name of the configuration set from which to delete the event destination.
- Parameters:
configurationSetName- The name of the configuration set from which to delete the event destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestinationName
DeleteConfigurationSetEventDestinationRequest.Builder eventDestinationName(String eventDestinationName) The name of the event destination to delete.
- Parameters:
eventDestinationName- The name of the event destination to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-