public static interface DeleteIdentityPolicyRequest.Builder extends SESRequest.Builder, CopyableBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteIdentityPolicyRequest.Builder |
identity(String identity)
The identity that is associated with the policy that you want to delete.
|
DeleteIdentityPolicyRequest.Builder |
policyName(String policyName)
The name of the policy to be deleted.
|
DeleteIdentityPolicyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteIdentityPolicyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDeleteIdentityPolicyRequest.Builder identity(String identity)
The identity that is associated with the policy that you want to delete. You can specify the identity by
using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com,
example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
identity - The identity that is associated with the policy that you want to delete. You can specify the identity
by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com,
example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
DeleteIdentityPolicyRequest.Builder policyName(String policyName)
The name of the policy to be deleted.
policyName - The name of the policy to be deleted.DeleteIdentityPolicyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteIdentityPolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.