Interface UpdateEmailIdentityPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEmailIdentityPolicyRequest.Builder,UpdateEmailIdentityPolicyRequest>,SdkBuilder<UpdateEmailIdentityPolicyRequest.Builder,UpdateEmailIdentityPolicyRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- UpdateEmailIdentityPolicyRequest
public static interface UpdateEmailIdentityPolicyRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<UpdateEmailIdentityPolicyRequest.Builder,UpdateEmailIdentityPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEmailIdentityPolicyRequest.BuilderemailIdentity(String emailIdentity)The email identity.UpdateEmailIdentityPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEmailIdentityPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEmailIdentityPolicyRequest.Builderpolicy(String policy)The text of the policy in JSON format.UpdateEmailIdentityPolicyRequest.BuilderpolicyName(String policyName)The name of the policy.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
emailIdentity
UpdateEmailIdentityPolicyRequest.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.
-
policyName
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.
- Parameters:
policyName- The name of the policy.The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateEmailIdentityPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEmailIdentityPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-