Interface PutEmailIdentityDkimAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutEmailIdentityDkimAttributesRequest.Builder,PutEmailIdentityDkimAttributesRequest>
,SdkBuilder<PutEmailIdentityDkimAttributesRequest.Builder,PutEmailIdentityDkimAttributesRequest>
,SdkPojo
,SdkRequest.Builder
,SesV2Request.Builder
- Enclosing class:
- PutEmailIdentityDkimAttributesRequest
public static interface PutEmailIdentityDkimAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutEmailIdentityDkimAttributesRequest.Builder,PutEmailIdentityDkimAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutEmailIdentityDkimAttributesRequest.Builder
emailIdentity(String emailIdentity)
The email identity.PutEmailIdentityDkimAttributesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
PutEmailIdentityDkimAttributesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
PutEmailIdentityDkimAttributesRequest.Builder
signingEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
emailIdentity
PutEmailIdentityDkimAttributesRequest.Builder emailIdentity(String emailIdentity)
The email identity.
- Parameters:
emailIdentity
- The email identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingEnabled
PutEmailIdentityDkimAttributesRequest.Builder signingEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
When you set this value
true
, then the messages that are sent from the identity are signed using DKIM. If you set this value tofalse
, your messages are sent without DKIM signing.- Parameters:
signingEnabled
- Sets the DKIM signing configuration for the identity.When you set this value
true
, then the messages that are sent from the identity are signed using DKIM. If you set this value tofalse
, your messages are sent without DKIM signing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
PutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-