Interface StopParticipantReplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopParticipantReplicationRequest.Builder,,StopParticipantReplicationRequest> IvsRealTimeRequest.Builder,SdkBuilder<StopParticipantReplicationRequest.Builder,,StopParticipantReplicationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StopParticipantReplicationRequest
@Mutable
@NotThreadSafe
public static interface StopParticipantReplicationRequest.Builder
extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<StopParticipantReplicationRequest.Builder,StopParticipantReplicationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationStageArn(String destinationStageArn) ARN of the stage where the participant has been replicated.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.
-
destinationStageArn
ARN of the stage where the participant has been replicated.
- Parameters:
destinationStageArn- ARN of the stage where the participant has been replicated.- 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.
-
overrideConfiguration
StopParticipantReplicationRequest.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
StopParticipantReplicationRequest.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.
-