public static interface GetContextKeysForCustomPolicyRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
GetContextKeysForCustomPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetContextKeysForCustomPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetContextKeysForCustomPolicyRequest.Builder |
policyInputList(Collection<String> policyInputList)
A list of policies for which you want the list of context keys referenced in those policies.
|
GetContextKeysForCustomPolicyRequest.Builder |
policyInputList(String... policyInputList)
A list of policies for which you want the list of context keys referenced in those policies.
|
buildoverrideConfigurationcopyapplyMutation, buildGetContextKeysForCustomPolicyRequest.Builder policyInputList(Collection<String> policyInputList)
A list of policies for which you want the list of context keys referenced in those policies. Each document is specified as a string containing the complete, valid JSON text of an IAM policy.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
policyInputList - A list of policies for which you want the list of context keys referenced in those policies. Each
document is specified as a string containing the complete, valid JSON text of an IAM policy.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
GetContextKeysForCustomPolicyRequest.Builder policyInputList(String... policyInputList)
A list of policies for which you want the list of context keys referenced in those policies. Each document is specified as a string containing the complete, valid JSON text of an IAM policy.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
policyInputList - A list of policies for which you want the list of context keys referenced in those policies. Each
document is specified as a string containing the complete, valid JSON text of an IAM policy.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed ( ), and carriage return ( )
GetContextKeysForCustomPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetContextKeysForCustomPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.