Interface CreateConfigurationSetEventDestinationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,,- CreateConfigurationSetEventDestinationRequest> - SdkBuilder<CreateConfigurationSetEventDestinationRequest.Builder,,- CreateConfigurationSetEventDestinationRequest> - SdkPojo,- SdkRequest.Builder,- SesRequest.Builder
- Enclosing class:
- CreateConfigurationSetEventDestinationRequest
@Mutable
@NotThreadSafe
public static interface CreateConfigurationSetEventDestinationRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionconfigurationSetName(String configurationSetName) The name of the configuration set that the event destination should be associated with.eventDestination(Consumer<EventDestination.Builder> eventDestination) An object that describes the Amazon Web Services service that email sending event where information is published.eventDestination(EventDestination eventDestination) An object that describes the Amazon Web Services service that email sending event where information is published.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builderbuild
- 
Method Details- 
configurationSetNameCreateConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName) The name of the configuration set that the event destination should be associated with. - Parameters:
- configurationSetName- The name of the configuration set that the event destination should be associated with.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventDestinationCreateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestination eventDestination) An object that describes the Amazon Web Services service that email sending event where information is published. - Parameters:
- eventDestination- An object that describes the Amazon Web Services service that email sending event where information is published.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventDestinationdefault CreateConfigurationSetEventDestinationRequest.Builder eventDestination(Consumer<EventDestination.Builder> eventDestination) An object that describes the Amazon Web Services service that email sending event where information is published. This is a convenience method that creates an instance of theEventDestination.Builderavoiding the need to create one manually viaEventDestination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventDestination(EventDestination).- Parameters:
- eventDestination- a consumer that will call methods on- EventDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-