Interface GetContextKeysForPrincipalPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse>,IamResponse.Builder,SdkBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetContextKeysForPrincipalPolicyResponse
@Mutable @NotThreadSafe public static interface GetContextKeysForPrincipalPolicyResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetContextKeysForPrincipalPolicyResponse.BuildercontextKeyNames(String... contextKeyNames)The list of context keys that are referenced in the input policies.GetContextKeysForPrincipalPolicyResponse.BuildercontextKeyNames(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
copy
-
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
GetContextKeysForPrincipalPolicyResponse.Builder contextKeyNames(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.
-
-