public static interface GetContextKeysForCustomPolicyResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetContextKeysForCustomPolicyResponse.Builder,GetContextKeysForCustomPolicyResponse>
Modifier and Type | Method and Description |
---|---|
GetContextKeysForCustomPolicyResponse.Builder |
contextKeyNames(Collection<String> 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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.
contextKeyNames
- The list of context keys that are referenced in the input policies.Copyright © 2019. All rights reserved.