Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.Stage.Builder
-
Packages that use Stage.Builder Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of Stage.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return Stage.Builder Modifier and Type Method Description Stage.BuilderStage.Builder. activeSessionId(String activeSessionId)ID of the active session within the stage.Stage.BuilderStage.Builder. arn(String arn)Stage ARN.default Stage.BuilderStage.Builder. autoParticipantRecordingConfiguration(Consumer<AutoParticipantRecordingConfiguration.Builder> autoParticipantRecordingConfiguration)Configuration object for individual participant recording, attached to the stage.Stage.BuilderStage.Builder. autoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)Configuration object for individual participant recording, attached to the stage.static Stage.BuilderStage. builder()default Stage.BuilderStage.Builder. endpoints(Consumer<StageEndpoints.Builder> endpoints)Summary information about various endpoints for a stage.Stage.BuilderStage.Builder. endpoints(StageEndpoints endpoints)Summary information about various endpoints for a stage.Stage.BuilderStage.Builder. name(String name)Stage name.Stage.BuilderStage.Builder. tags(Map<String,String> tags)Tags attached to the resource.Stage.BuilderStage. toBuilder()Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type Stage.Builder Modifier and Type Method Description static Class<? extends Stage.Builder>Stage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type Stage.Builder Modifier and Type Method Description default CreateStageResponse.BuilderCreateStageResponse.Builder. stage(Consumer<Stage.Builder> stage)The stage that was created.default GetStageResponse.BuilderGetStageResponse.Builder. stage(Consumer<Stage.Builder> stage)The stage that is returned.default UpdateStageResponse.BuilderUpdateStageResponse.Builder. stage(Consumer<Stage.Builder> stage)The updated stage.
-