Interface ListGroupMembersResponse.Builder

  • Method Details

    • directoryId

      ListGroupMembersResponse.Builder directoryId(String directoryId)

      Identifier (ID) of the directory associated with the group.

      Parameters:
      directoryId - Identifier (ID) of the directory associated with the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memberRealm

      ListGroupMembersResponse.Builder memberRealm(String memberRealm)

      The domain name that's associated with the member.

      Parameters:
      memberRealm - The domain name that's associated with the member.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • members

      The member information that the request returns.

      Parameters:
      members - The member information that the request returns.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • members

      The member information that the request returns.

      Parameters:
      members - The member information that the request returns.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • members

      The member information that the request returns.

      This is a convenience method that creates an instance of the Member.Builder avoiding the need to create one manually via Member.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to members(List<Member>).

      Parameters:
      members - a consumer that will call methods on Member.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      An encoded paging token for paginated calls that can be passed back to retrieve the next page.

      Parameters:
      nextToken - An encoded paging token for paginated calls that can be passed back to retrieve the next page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • realm

      The domain name that's associated with the group.

      Parameters:
      realm - The domain name that's associated with the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.