Interface GetContextKeysForCustomPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetContextKeysForCustomPolicyResponse.Builder,GetContextKeysForCustomPolicyResponse>,IamResponse.Builder,SdkBuilder<GetContextKeysForCustomPolicyResponse.Builder,GetContextKeysForCustomPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetContextKeysForCustomPolicyResponse
@Mutable @NotThreadSafe public static interface GetContextKeysForCustomPolicyResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetContextKeysForCustomPolicyResponse.Builder,GetContextKeysForCustomPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetContextKeysForCustomPolicyResponse.BuildercontextKeyNames(String... contextKeyNames)The list of context keys that are referenced in the input policies.GetContextKeysForCustomPolicyResponse.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
GetContextKeysForCustomPolicyResponse.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
GetContextKeysForCustomPolicyResponse.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.
-
-