Interface MemberGroup.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MemberGroup.Builder,MemberGroup>, SdkBuilder<MemberGroup.Builder,MemberGroup>, SdkPojo
Enclosing class:
MemberGroup

public static interface MemberGroup.Builder extends SdkPojo, CopyableBuilder<MemberGroup.Builder,MemberGroup>
  • Method Details

    • groupId

      MemberGroup.Builder groupId(String groupId)

      The identifier of the sub group you want to map to a group.

      Parameters:
      groupId - The identifier of the sub group you want to map to a group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSourceId

      MemberGroup.Builder dataSourceId(String dataSourceId)

      The identifier of the data source for the sub group you want to map to a group.

      Parameters:
      dataSourceId - The identifier of the data source for the sub group you want to map to a group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.