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.
|
build
requestOverrideConfig
copy
apply, build
DeleteIdentityPolicyRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteIdentityPolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.