Interface ListImpersonationRolesResponse.Builder

    • Method Detail

      • roles

        ListImpersonationRolesResponse.Builder roles​(Collection<ImpersonationRole> roles)

        The list of impersonation roles under the given WorkMail organization.

        Parameters:
        roles - The list of impersonation roles under the given WorkMail organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roles

        ListImpersonationRolesResponse.Builder roles​(ImpersonationRole... roles)

        The list of impersonation roles under the given WorkMail organization.

        Parameters:
        roles - The list of impersonation roles under the given WorkMail organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListImpersonationRolesResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next page of results. The value is null when there are no results to return.

        Parameters:
        nextToken - The token to retrieve the next page of results. The value is null when there are no results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.