CopyableBuilder<GetContextKeysForCustomPolicyResponse.Builder,GetContextKeysForCustomPolicyResponse>
, SdkBuilder<GetContextKeysForCustomPolicyResponse.Builder,GetContextKeysForCustomPolicyResponse>
public static interface GetContextKeysForCustomPolicyResponse.Builder extends CopyableBuilder<GetContextKeysForCustomPolicyResponse.Builder,GetContextKeysForCustomPolicyResponse>
Modifier and Type | Method | Description |
---|---|---|
GetContextKeysForCustomPolicyResponse.Builder |
contextKeyNames(String... contextKeyNames) |
The list of context keys that are referenced in the input policies.
|
GetContextKeysForCustomPolicyResponse.Builder |
contextKeyNames(Collection<String> contextKeyNames) |
The list of context keys that are referenced in the input policies.
|
copy
apply, build
GetContextKeysForCustomPolicyResponse.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.GetContextKeysForCustomPolicyResponse.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.