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 for which you want to update policy.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEmailIdentityPolicyRequest.Builder emailIdentity(String emailIdentity)
The email identity for which you want to update policy.
emailIdentity - The email identity for which you want to update policy.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.BuilderUpdateEmailIdentityPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.