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 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

      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.