Interface ListParticipantReplicasRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListParticipantReplicasRequest.Builder,,- ListParticipantReplicasRequest> - IvsRealTimeRequest.Builder,- SdkBuilder<ListParticipantReplicasRequest.Builder,,- ListParticipantReplicasRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListParticipantReplicasRequest
@Mutable
@NotThreadSafe
public static interface ListParticipantReplicasRequest.Builder
extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<ListParticipantReplicasRequest.Builder,ListParticipantReplicasRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) Maximum number of results to return.The first participant to retrieve.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.participantId(String participantId) Participant ID of the publisher that has been replicated.sourceStageArn(String sourceStageArn) ARN of the stage where the participant is publishing.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sourceStageArnARN of the stage where the participant is publishing. - Parameters:
- sourceStageArn- ARN of the stage where the participant is publishing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
participantIdParticipant ID of the publisher that has been replicated. This is assigned by IVS and returned by CreateParticipantToken or the jti(JWT ID) used to create a self signed token.- Parameters:
- participantId- Participant ID of the publisher that has been replicated. This is assigned by IVS and returned by CreateParticipantToken or the- jti(JWT ID) used to create a self signed token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe first participant to retrieve. This is used for pagination; see the nextTokenresponse field.- Parameters:
- nextToken- The first participant to retrieve. This is used for pagination; see the- nextTokenresponse field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsMaximum number of results to return. Default: 50. - Parameters:
- maxResults- Maximum number of results to return. Default: 50.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListParticipantReplicasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListParticipantReplicasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-