Interface ListAccountRolesResponse.Builder

    • Method Detail

      • nextToken

        ListAccountRolesResponse.Builder nextToken​(String nextToken)

        The page token client that is used to retrieve the list of accounts.

        Parameters:
        nextToken - The page token client that is used to retrieve the list of accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleList

        ListAccountRolesResponse.Builder roleList​(Collection<RoleInfo> roleList)

        A paginated response with the list of roles and the next token if more results are available.

        Parameters:
        roleList - A paginated response with the list of roles and the next token if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleList

        ListAccountRolesResponse.Builder roleList​(RoleInfo... roleList)

        A paginated response with the list of roles and the next token if more results are available.

        Parameters:
        roleList - A paginated response with the list of roles and the next token if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.