CopyableBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>, SdkBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>public static interface GetContextKeysForCustomPolicyRequest.Builder extends CopyableBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetContextKeysForCustomPolicyRequest.Builder |
policyInputList(String... policyInputList) |
A list of policies for which you want the list of context keys referenced in those policies.
|
GetContextKeysForCustomPolicyRequest.Builder |
policyInputList(Collection<String> policyInputList) |
A list of policies for which you want the list of context keys referenced in those policies.
|
copyapply, 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 any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes 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 any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes 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 any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
NOTE: This method appends the values to the existing list (if any). Use
#setPolicyInputList(java.util.Collection) or #withPolicyInputList(java.util.Collection) if
you want to override the existing values.
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 any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.