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 Summary
Modifier 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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceStageArn
ARN 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.
-
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.- Parameters:
participantId- Participant ID of the publisher that has been replicated. This is assigned by IVS and returned by CreateParticipantToken or thejti(JWT ID) used to create a self signed token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The 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 thenextTokenresponse field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum 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.
-
overrideConfiguration
ListParticipantReplicasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListParticipantReplicasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-