Interface DeleteConfigurationSetEventDestinationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>,SdkBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- DeleteConfigurationSetEventDestinationRequest
public static interface DeleteConfigurationSetEventDestinationRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<DeleteConfigurationSetEventDestinationRequest.Builder,DeleteConfigurationSetEventDestinationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteConfigurationSetEventDestinationRequest.BuilderconfigurationSetName(String configurationSetName)The name of the configuration set that contains the event destination to delete.DeleteConfigurationSetEventDestinationRequest.BuildereventDestinationName(String eventDestinationName)The name of the event destination to delete.DeleteConfigurationSetEventDestinationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteConfigurationSetEventDestinationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
configurationSetName
DeleteConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination to delete.
- Parameters:
configurationSetName- The name of the configuration set that contains the event destination to delete.- 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
-
-