public static interface DeleteIdentityPolicyRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteIdentityPolicyRequest.Builder |
identity(String identity)
The identity that is associated with the policy to delete.
|
DeleteIdentityPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteIdentityPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteIdentityPolicyRequest.Builder |
policyName(String policyName)
The name of the policy to be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIdentityPolicyRequest.Builder identity(String identity)
The identity that is associated with the policy 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 operation, you must own the identity.
identity - The identity that is associated with the policy 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 operation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteIdentityPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.