Interface UpdateStageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>,IvsRealTimeRequest.Builder,SdkBuilder<UpdateStageRequest.Builder,UpdateStageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateStageRequest
public static interface UpdateStageRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateStageRequest.Builderarn(String arn)ARN of the stage to be updated.default UpdateStageRequest.BuilderautoParticipantRecordingConfiguration(Consumer<AutoParticipantRecordingConfiguration.Builder> autoParticipantRecordingConfiguration)Configuration object for individual participant recording, to attach to the stage.UpdateStageRequest.BuilderautoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)Configuration object for individual participant recording, to attach to the stage.UpdateStageRequest.Buildername(String name)Name of the stage to be updated.UpdateStageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateStageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
UpdateStageRequest.Builder arn(String arn)
ARN of the stage to be updated.
- Parameters:
arn- ARN of the stage to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateStageRequest.Builder name(String name)
Name of the stage to be updated.
- Parameters:
name- Name of the stage to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoParticipantRecordingConfiguration
UpdateStageRequest.Builder autoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.
- Parameters:
autoParticipantRecordingConfiguration- Configuration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoParticipantRecordingConfiguration
default UpdateStageRequest.Builder autoParticipantRecordingConfiguration(Consumer<AutoParticipantRecordingConfiguration.Builder> autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.
This is a convenience method that creates an instance of theAutoParticipantRecordingConfiguration.Builderavoiding the need to create one manually viaAutoParticipantRecordingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration).- Parameters:
autoParticipantRecordingConfiguration- a consumer that will call methods onAutoParticipantRecordingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
autoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration)
-
overrideConfiguration
UpdateStageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateStageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-