Interface GetDelegationsResponse.Builder

    • Method Detail

      • delegations

        GetDelegationsResponse.Builder delegations​(Collection<DelegationMetadata> delegations)

        The list of delegations that the GetDelegations API returned.

        Parameters:
        delegations - The list of delegations that the GetDelegations API returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • delegations

        GetDelegationsResponse.Builder delegations​(DelegationMetadata... delegations)

        The list of delegations that the GetDelegations API returned.

        Parameters:
        delegations - The list of delegations that the GetDelegations API returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetDelegationsResponse.Builder nextToken​(String nextToken)

        The pagination token that's used to fetch the next set of results.

        Parameters:
        nextToken - The pagination token that's used to fetch the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.