Interface UpdateConfigurationSetEventDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,,UpdateConfigurationSetEventDestinationRequest> SdkBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,,UpdateConfigurationSetEventDestinationRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- UpdateConfigurationSetEventDestinationRequest
@Mutable
@NotThreadSafe
public static interface UpdateConfigurationSetEventDestinationRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationSetName(String configurationSetName) The name of the configuration set that contains the event destination to modify.eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination) An object that defines the event destination.eventDestination(EventDestinationDefinition eventDestination) An object that defines the event destination.eventDestinationName(String eventDestinationName) The name of 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
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:
-
overrideConfiguration
UpdateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-