public static interface UpdateEmailIdentityPolicyRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<UpdateEmailIdentityPolicyRequest.Builder,UpdateEmailIdentityPolicyRequest>
Modifier and Type | Method and Description |
---|---|
UpdateEmailIdentityPolicyRequest.Builder |
emailIdentity(String emailIdentity)
The email identity.
|
UpdateEmailIdentityPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEmailIdentityPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEmailIdentityPolicyRequest.Builder |
policy(String policy)
The text of the policy in JSON format.
|
UpdateEmailIdentityPolicyRequest.Builder |
policyName(String policyName)
The name of the policy.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateEmailIdentityPolicyRequest.Builder emailIdentity(String emailIdentity)
The email identity.
emailIdentity
- The email identity.UpdateEmailIdentityPolicyRequest.Builder policyName(String policyName)
The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
policyName
- The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
UpdateEmailIdentityPolicyRequest.Builder policy(String policy)
The text of the policy in JSON format. The policy cannot exceed 4 KB.
For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.
policy
- The text of the policy in JSON format. The policy cannot exceed 4 KB.
For information about the syntax of sending authorization policies, see the Amazon SES Developer Guide.
UpdateEmailIdentityPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateEmailIdentityPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.