Interface GetParticipantRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetParticipantRequest.Builder,GetParticipantRequest>,IvsRealTimeRequest.Builder,SdkBuilder<GetParticipantRequest.Builder,GetParticipantRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetParticipantRequest
public static interface GetParticipantRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<GetParticipantRequest.Builder,GetParticipantRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetParticipantRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetParticipantRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetParticipantRequest.BuilderparticipantId(String participantId)Unique identifier for the participant.GetParticipantRequest.BuildersessionId(String sessionId)ID of a session within the stage.GetParticipantRequest.BuilderstageArn(String stageArn)Stage ARN.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
participantId
GetParticipantRequest.Builder participantId(String participantId)
Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.
- Parameters:
participantId- Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
GetParticipantRequest.Builder sessionId(String sessionId)
ID of a session within the stage.
- Parameters:
sessionId- ID of a session within the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageArn
GetParticipantRequest.Builder stageArn(String stageArn)
Stage ARN.
- Parameters:
stageArn- Stage ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetParticipantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetParticipantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-