Interface PutEmailIdentityDkimAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutEmailIdentityDkimAttributesRequest.Builder,PutEmailIdentityDkimAttributesRequest>,PinpointEmailRequest.Builder,SdkBuilder<PutEmailIdentityDkimAttributesRequest.Builder,PutEmailIdentityDkimAttributesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutEmailIdentityDkimAttributesRequest
public static interface PutEmailIdentityDkimAttributesRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<PutEmailIdentityDkimAttributesRequest.Builder,PutEmailIdentityDkimAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutEmailIdentityDkimAttributesRequest.BuilderemailIdentity(String emailIdentity)The email identity that you want to change the DKIM settings for.PutEmailIdentityDkimAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutEmailIdentityDkimAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutEmailIdentityDkimAttributesRequest.BuildersigningEnabled(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.services.pinpointemail.model.PinpointEmailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
emailIdentity
PutEmailIdentityDkimAttributesRequest.Builder emailIdentity(String emailIdentity)
The email identity that you want to change the DKIM settings for.
- Parameters:
emailIdentity- The email identity that you want to change the DKIM settings for.- 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 Amazon Pinpoint sends from the identity are DKIM-signed. When you set this value tofalse, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.- Parameters:
signingEnabled- Sets the DKIM signing configuration for the identity.When you set this value
true, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed. When you set this value tofalse, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-