Interface CreateConfigurationSetEventDestinationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
,SdkBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
,SdkPojo
,SdkRequest.Builder
,SesRequest.Builder
- Enclosing class:
- CreateConfigurationSetEventDestinationRequest
public static interface CreateConfigurationSetEventDestinationRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
-
-
Method Summary
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
-
-
-
Method Detail
-
configurationSetName
CreateConfigurationSetEventDestinationRequest.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.
-
eventDestination
CreateConfigurationSetEventDestinationRequest.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.
-
eventDestination
default 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.Builder
avoiding the need to create one manually viaEventDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeventDestination(EventDestination)
.- Parameters:
eventDestination
- a consumer that will call methods onEventDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
eventDestination(EventDestination)
-
overrideConfiguration
CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-