Interface GetResourcePolicyResponse.Builder

    • Method Detail

      • resourceArn

        GetResourcePolicyResponse.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the billing view resource to which the policy is attached to.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the billing view resource to which the policy is attached to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policy

        GetResourcePolicyResponse.Builder policy​(String policy)

        The resource-based policy document attached to the resource in JSON format.

        Parameters:
        policy - The resource-based policy document attached to the resource in JSON format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.