Interface GetContextKeysForPrincipalPolicyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse>, IamResponse.Builder, SdkBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetContextKeysForPrincipalPolicyResponse

public static interface GetContextKeysForPrincipalPolicyResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetContextKeysForPrincipalPolicyResponse.Builder,GetContextKeysForPrincipalPolicyResponse>
  • 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

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