Interface GetResourcePolicyResponse.Builder

  • Method Details

    • resourceArn

      GetResourcePolicyResponse.Builder resourceArn(String resourceArn)

      The ARN of the knowledge base that the resource policy is associated with.

      Parameters:
      resourceArn - The ARN of the knowledge base that the resource policy is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policy

      The JSON-formatted resource policy associated with the knowledge base.

      Parameters:
      policy - The JSON-formatted resource policy associated with the knowledge base.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revisionId

      GetResourcePolicyResponse.Builder revisionId(String revisionId)

      The revision identifier of the resource policy.

      Parameters:
      revisionId - The revision identifier of the resource policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.