Interface DeleteResourcePolicyResponse.Builder

    • Method Detail

      • revisionId

        DeleteResourcePolicyResponse.Builder revisionId​(String revisionId)

        A unique string that represents the revision ID of the policy. If you are comparing revision IDs, make sure to always use string comparison logic.

        This value will be empty if you make a request against a resource without a policy.

        Parameters:
        revisionId - A unique string that represents the revision ID of the policy. If you are comparing revision IDs, make sure to always use string comparison logic.

        This value will be empty if you make a request against a resource without a policy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.