CopyableBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>
, SdkBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>
public static interface DeleteIdentityPolicyRequest.Builder extends CopyableBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.