Interface MessageSecurityOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MessageSecurityOptions.Builder,,MessageSecurityOptions> SdkBuilder<MessageSecurityOptions.Builder,,MessageSecurityOptions> SdkPojo
- Enclosing class:
MessageSecurityOptions
@Mutable
@NotThreadSafe
public static interface MessageSecurityOptions.Builder
extends SdkPojo, CopyableBuilder<MessageSecurityOptions.Builder,MessageSecurityOptions>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MessageSecurityOptions.BuildersigningScheme(Consumer<SigningScheme.Builder> signingScheme) The signing scheme that Amazon SES API v2 applies to messages sent with the configuration set.signingScheme(SigningScheme signingScheme) The signing scheme that Amazon SES API v2 applies to messages sent with the configuration set.Methods 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, sdkFields
-
Method Details
-
signingScheme
The signing scheme that Amazon SES API v2 applies to messages sent with the configuration set.
- Parameters:
signingScheme- The signing scheme that Amazon SES API v2 applies to messages sent with the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingScheme
The signing scheme that Amazon SES API v2 applies to messages sent with the configuration set.
This is a convenience method that creates an instance of theSigningScheme.Builderavoiding the need to create one manually viaSigningScheme.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosigningScheme(SigningScheme).- Parameters:
signingScheme- a consumer that will call methods onSigningScheme.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-