Interface GetContextKeysForCustomPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetContextKeysForCustomPolicyResponse.Builder,
,GetContextKeysForCustomPolicyResponse> IamResponse.Builder
,SdkBuilder<GetContextKeysForCustomPolicyResponse.Builder,
,GetContextKeysForCustomPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetContextKeysForCustomPolicyResponse
public static interface GetContextKeysForCustomPolicyResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetContextKeysForCustomPolicyResponse.Builder,GetContextKeysForCustomPolicyResponse>
-
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
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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-