Interface GetContextKeysForCustomPolicyRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetContextKeysForCustomPolicyRequest.Builder,,- GetContextKeysForCustomPolicyRequest> - IamRequest.Builder,- SdkBuilder<GetContextKeysForCustomPolicyRequest.Builder,,- GetContextKeysForCustomPolicyRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetContextKeysForCustomPolicyRequest
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.policyInputList(String... policyInputList) A list of policies for which you want the list of context keys referenced in those policies.policyInputList(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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
policyInputListA 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 ( - 
 The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
- 
 The special characters tab ( 
 - 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 ( - 
        The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
- 
        The special characters tab ( 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
policyInputListA 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 ( - 
 The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
- 
 The special characters tab ( 
 - 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 ( - 
        The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
- 
        The special characters tab ( 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
overrideConfigurationGetContextKeysForCustomPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetContextKeysForCustomPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-