Interface GetContextKeysForPrincipalPolicyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,,GetContextKeysForPrincipalPolicyResponse> IamResponse.Builder,SdkBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,,GetContextKeysForPrincipalPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetContextKeysForPrincipalPolicyResponse
public static interface GetContextKeysForPrincipalPolicyResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontextKeyNames(String... contextKeyNames) The list of context keys that are referenced in the input policies.contextKeyNames(Collection<String> contextKeyNames) The list of context keys that are referenced in the input policies.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
contextKeyNames
GetContextKeysForPrincipalPolicyResponse.Builder contextKeyNames(Collection<String> contextKeyNames) The list of context keys that are referenced in the input policies.
- Parameters:
 contextKeyNames- The list of context keys that are referenced in the input policies.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
contextKeyNames
The list of context keys that are referenced in the input policies.
- Parameters:
 contextKeyNames- The list of context keys that are referenced in the input policies.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -