Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Group |
build() |
Group.Builder |
copy(Group model) |
Group.Builder |
groupName(String groupName)
The name of the consumer group.
|
Group.Builder |
reservations(List<PartitionReservation> reservations)
An array of the partition reservations of a group.
|
Group.Builder |
streamId(String streamId)
The streamId for which the group exists.
|
public Group.Builder streamId(String streamId)
The streamId for which the group exists.
streamId
- the value to setpublic Group.Builder groupName(String groupName)
The name of the consumer group.
groupName
- the value to setpublic Group.Builder reservations(List<PartitionReservation> reservations)
An array of the partition reservations of a group.
reservations
- the value to setpublic Group build()
public Group.Builder copy(Group model)
Copyright © 2016–2024. All rights reserved.