Interface GetKeyPolicyResponse.Builder

    • Method Detail

      • policy

        GetKeyPolicyResponse.Builder policy​(String policy)

        A key policy document in JSON format.

        Parameters:
        policy - A key policy document in JSON format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyName

        GetKeyPolicyResponse.Builder policyName​(String policyName)

        The name of the key policy. The only valid value is default.

        Parameters:
        policyName - The name of the key policy. The only valid value is default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.