Interface GetParticipantResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetParticipantResponse.Builder,,- GetParticipantResponse> - IvsRealTimeResponse.Builder,- SdkBuilder<GetParticipantResponse.Builder,,- GetParticipantResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetParticipantResponse
@Mutable
@NotThreadSafe
public static interface GetParticipantResponse.Builder
extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<GetParticipantResponse.Builder,GetParticipantResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault GetParticipantResponse.Builderparticipant(Consumer<Participant.Builder> participant) The participant that is returned.participant(Participant participant) The participant that is returned.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- 
participantThe participant that is returned. - Parameters:
- participant- The participant that is returned.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
participantThe participant that is returned. This is a convenience method that creates an instance of theParticipant.Builderavoiding the need to create one manually viaParticipant.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparticipant(Participant).- Parameters:
- participant- a consumer that will call methods on- Participant.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-