public static interface ListIdentityPoliciesRequest.Builder extends SESRequest.Builder, CopyableBuilder<ListIdentityPoliciesRequest.Builder,ListIdentityPoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoliciesRequest.Builder |
identity(String identity)
The identity that is associated with the policy for which the policies will be listed.
|
ListIdentityPoliciesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListIdentityPoliciesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListIdentityPoliciesRequest.Builder identity(String identity)
The identity that is associated with the policy for which the policies will be listed. You can specify an
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 for which the policies will be listed. You can specify
an 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.
ListIdentityPoliciesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListIdentityPoliciesRequest.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.