Interface UpdateConfigurationSetEventDestinationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>,SdkBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- UpdateConfigurationSetEventDestinationRequest
public static interface UpdateConfigurationSetEventDestinationRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
-
-
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.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
configurationSetName
UpdateConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination to modify.
- Parameters:
configurationSetName- The name of the configuration set that contains the event destination to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestinationName
UpdateConfigurationSetEventDestinationRequest.Builder eventDestinationName(String eventDestinationName)
The name of the event destination.
- Parameters:
eventDestinationName- The name of the event destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestination
UpdateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
- Parameters:
eventDestination- An object that defines the event destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestination
default UpdateConfigurationSetEventDestinationRequest.Builder eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)
An object that defines the event destination.
This is a convenience method that creates an instance of theEventDestinationDefinition.Builderavoiding the need to create one manually viaEventDestinationDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventDestination(EventDestinationDefinition).- Parameters:
eventDestination- a consumer that will call methods onEventDestinationDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
eventDestination(EventDestinationDefinition)
-
overrideConfiguration
UpdateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-