CopyableBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse>
, SdkBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse>
public static interface GetContextKeysForPrincipalPolicyResponse.Builder extends CopyableBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse>
Modifier and Type | Method | Description |
---|---|---|
GetContextKeysForPrincipalPolicyResponse.Builder |
contextKeyNames(String... contextKeyNames) |
The list of context keys that are referenced in the input policies.
|
GetContextKeysForPrincipalPolicyResponse.Builder |
contextKeyNames(Collection<String> contextKeyNames) |
The list of context keys that are referenced in the input policies.
|
copy
apply, build
GetContextKeysForPrincipalPolicyResponse.Builder contextKeyNames(Collection<String> contextKeyNames)
The list of context keys that are referenced in the input policies.
contextKeyNames
- The list of context keys that are referenced in the input policies.GetContextKeysForPrincipalPolicyResponse.Builder contextKeyNames(String... contextKeyNames)
The list of context keys that are referenced in the input policies.
NOTE: This method appends the values to the existing list (if any). Use
#setContextKeyNames(java.util.Collection)
or #withContextKeyNames(java.util.Collection)
if
you want to override the existing values.
contextKeyNames
- The list of context keys that are referenced in the input policies.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.