Interface GetContextKeysForCustomPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>,IamRequest.Builder,SdkBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetContextKeysForCustomPolicyRequest
@Mutable @NotThreadSafe public static interface GetContextKeysForCustomPolicyRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<GetContextKeysForCustomPolicyRequest.Builder,GetContextKeysForCustomPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetContextKeysForCustomPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContextKeysForCustomPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContextKeysForCustomPolicyRequest.BuilderpolicyInputList(String... policyInputList)A list of policies for which you want the list of context keys referenced in those policies.GetContextKeysForCustomPolicyRequest.BuilderpolicyInputList(Collection<String> policyInputList)A list of policies for which you want the list of context keys referenced in those policies.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
policyInputList
GetContextKeysForCustomPolicyRequest.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 ()
- Parameters:
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 ()
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
policyInputList
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 ()
- Parameters:
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 ()
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
GetContextKeysForCustomPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetContextKeysForCustomPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-