Interface DescribeResourceRequest.Builder

    • Method Detail

      • organizationId

        DescribeResourceRequest.Builder organizationId​(String organizationId)

        The identifier associated with the organization for which the resource is described.

        Parameters:
        organizationId - The identifier associated with the organization for which the resource is described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        DescribeResourceRequest.Builder resourceId​(String resourceId)

        The identifier of the resource to be described.

        The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

        • Resource ID: r-0123456789a0123456789b0123456789

        • Email address: resource@domain.tld

        • Resource name: resource

        Parameters:
        resourceId - The identifier of the resource to be described.

        The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

        • Resource ID: r-0123456789a0123456789b0123456789

        • Email address: resource@domain.tld

        • Resource name: resource

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