Interface GetConfigurationSetEventDestinationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetConfigurationSetEventDestinationsRequest.Builder,,GetConfigurationSetEventDestinationsRequest> SdkBuilder<GetConfigurationSetEventDestinationsRequest.Builder,,GetConfigurationSetEventDestinationsRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- GetConfigurationSetEventDestinationsRequest
@Mutable
@NotThreadSafe
public static interface GetConfigurationSetEventDestinationsRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<GetConfigurationSetEventDestinationsRequest.Builder,GetConfigurationSetEventDestinationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationSetName(String configurationSetName) The name of the configuration set that contains the event destination.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.sesv2.model.SesV2Request.Builder
build
-
Method Details
-
configurationSetName
GetConfigurationSetEventDestinationsRequest.Builder configurationSetName(String configurationSetName) The name of the configuration set that contains the event destination.
- Parameters:
configurationSetName- The name of the configuration set that contains the event destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetConfigurationSetEventDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetConfigurationSetEventDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-