Interface CreateEmailIdentityPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateEmailIdentityPolicyRequest.Builder,CreateEmailIdentityPolicyRequest>,SdkBuilder<CreateEmailIdentityPolicyRequest.Builder,CreateEmailIdentityPolicyRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- CreateEmailIdentityPolicyRequest
public static interface CreateEmailIdentityPolicyRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<CreateEmailIdentityPolicyRequest.Builder,CreateEmailIdentityPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEmailIdentityPolicyRequest.BuilderemailIdentity(String emailIdentity)The email identity.CreateEmailIdentityPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEmailIdentityPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEmailIdentityPolicyRequest.Builderpolicy(String policy)The text of the policy in JSON format.CreateEmailIdentityPolicyRequest.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
emailIdentity
CreateEmailIdentityPolicyRequest.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
CreateEmailIdentityPolicyRequest.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
CreateEmailIdentityPolicyRequest.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
CreateEmailIdentityPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEmailIdentityPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-