Interface ListParticipantsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListParticipantsResponse.Builder,,- ListParticipantsResponse> - IvsRealTimeResponse.Builder,- SdkBuilder<ListParticipantsResponse.Builder,,- ListParticipantsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListParticipantsResponse
@Mutable
@NotThreadSafe
public static interface ListParticipantsResponse.Builder
extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<ListParticipantsResponse.Builder,ListParticipantsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionIf there are more participants thanmaxResults, usenextTokenin the request to get the next set.participants(Collection<ParticipantSummary> participants) List of the matching participants (summary information only).participants(Consumer<ParticipantSummary.Builder>... participants) List of the matching participants (summary information only).participants(ParticipantSummary... participants) List of the matching participants (summary information only).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
participantsList of the matching participants (summary information only). - Parameters:
- participants- List of the matching participants (summary information only).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
participantsList of the matching participants (summary information only). - Parameters:
- participants- List of the matching participants (summary information only).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
participantsList of the matching participants (summary information only). This is a convenience method that creates an instance of theParticipantSummary.Builderavoiding the need to create one manually viaParticipantSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparticipants(List<ParticipantSummary>).- Parameters:
- participants- a consumer that will call methods on- ParticipantSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf there are more participants than maxResults, usenextTokenin the request to get the next set.- Parameters:
- nextToken- If there are more participants than- maxResults, use- nextTokenin the request to get the next set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-