Interface GetResourcePolicyResponse.Builder

  • Method Details

    • resourceArn

      GetResourcePolicyResponse.Builder resourceArn(String resourceArn)

      The ARN of the dashboard for which the resource-based policy was retrieved.

      Parameters:
      resourceArn - The ARN of the dashboard for which the resource-based policy was retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyDocument

      GetResourcePolicyResponse.Builder policyDocument(String policyDocument)

      The JSON policy document that represents the dashboard's resource-based policy.

      Parameters:
      policyDocument - The JSON policy document that represents the dashboard's resource-based policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.