Interface ListResourceDelegatesResponse.Builder

    • Method Detail

      • delegates

        ListResourceDelegatesResponse.Builder delegates​(Collection<Delegate> delegates)

        One page of the resource's delegates.

        Parameters:
        delegates - One page of the resource's delegates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • delegates

        ListResourceDelegatesResponse.Builder delegates​(Delegate... delegates)

        One page of the resource's delegates.

        Parameters:
        delegates - One page of the resource's delegates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListResourceDelegatesResponse.Builder nextToken​(String nextToken)

        The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty.

        Parameters:
        nextToken - The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.