Interface UpdateConfigurationSetEventDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,,UpdateConfigurationSetEventDestinationRequest> SdkBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,,UpdateConfigurationSetEventDestinationRequest> SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- UpdateConfigurationSetEventDestinationRequest
@Mutable
@NotThreadSafe
public static interface UpdateConfigurationSetEventDestinationRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationSetName(String configurationSetName) The name of the configuration set that contains the event destination.eventDestination(Consumer<EventDestination.Builder> eventDestination) The event destination object.eventDestination(EventDestination eventDestination) The event destination object.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.ses.model.SesRequest.Builder
build
-
Method Details
-
configurationSetName
UpdateConfigurationSetEventDestinationRequest.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.
-
eventDestination
UpdateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestination eventDestination) The event destination object.
- Parameters:
eventDestination- The event destination object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestination
default UpdateConfigurationSetEventDestinationRequest.Builder eventDestination(Consumer<EventDestination.Builder> eventDestination) The event destination object.
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 onEventDestination.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
-