Interface ListResourceDelegatesRequest.Builder

    • Method Detail

      • organizationId

        ListResourceDelegatesRequest.Builder organizationId​(String organizationId)

        The identifier for the organization that contains the resource for which delegates are listed.

        Parameters:
        organizationId - The identifier for the organization that contains the resource for which delegates are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        ListResourceDelegatesRequest.Builder resourceId​(String resourceId)

        The identifier for the resource whose delegates are listed.

        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 for the resource whose delegates are listed.

        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.
      • nextToken

        ListResourceDelegatesRequest.Builder nextToken​(String nextToken)

        The token used to paginate through the delegates associated with a resource.

        Parameters:
        nextToken - The token used to paginate through the delegates associated with a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListResourceDelegatesRequest.Builder maxResults​(Integer maxResults)

        The number of maximum results in a page.

        Parameters:
        maxResults - The number of maximum results in a page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.