Interface PutConfigurationSetDeliveryOptionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutConfigurationSetDeliveryOptionsRequest.Builder,PutConfigurationSetDeliveryOptionsRequest>,SdkBuilder<PutConfigurationSetDeliveryOptionsRequest.Builder,PutConfigurationSetDeliveryOptionsRequest>,SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- PutConfigurationSetDeliveryOptionsRequest
public static interface PutConfigurationSetDeliveryOptionsRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<PutConfigurationSetDeliveryOptionsRequest.Builder,PutConfigurationSetDeliveryOptionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutConfigurationSetDeliveryOptionsRequest.BuilderconfigurationSetName(String configurationSetName)The name of the configuration set.default PutConfigurationSetDeliveryOptionsRequest.BuilderdeliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).PutConfigurationSetDeliveryOptionsRequest.BuilderdeliveryOptions(DeliveryOptions deliveryOptions)Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).PutConfigurationSetDeliveryOptionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutConfigurationSetDeliveryOptionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
PutConfigurationSetDeliveryOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set.
- Parameters:
configurationSetName- The name of the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryOptions
PutConfigurationSetDeliveryOptionsRequest.Builder deliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
- Parameters:
deliveryOptions- Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryOptions
default PutConfigurationSetDeliveryOptionsRequest.Builder deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
This is a convenience method that creates an instance of theDeliveryOptions.Builderavoiding the need to create one manually viaDeliveryOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeliveryOptions(DeliveryOptions).- Parameters:
deliveryOptions- a consumer that will call methods onDeliveryOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deliveryOptions(DeliveryOptions)
-
overrideConfiguration
PutConfigurationSetDeliveryOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutConfigurationSetDeliveryOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-