Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.StageSession.Builder
-
Packages that use StageSession.Builder Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of StageSession.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return StageSession.Builder Modifier and Type Method Description static StageSession.BuilderStageSession. builder()StageSession.BuilderStageSession.Builder. endTime(Instant endTime)ISO 8601 timestamp (returned as a string) when the stage session ended.StageSession.BuilderStageSession.Builder. sessionId(String sessionId)ID of the session within the stage.StageSession.BuilderStageSession.Builder. startTime(Instant startTime)ISO 8601 timestamp (returned as a string) when this stage session began.StageSession.BuilderStageSession. toBuilder()Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type StageSession.Builder Modifier and Type Method Description static Class<? extends StageSession.Builder>StageSession. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type StageSession.Builder Modifier and Type Method Description default GetStageSessionResponse.BuilderGetStageSessionResponse.Builder. stageSession(Consumer<StageSession.Builder> stageSession)The stage session that is returned.
-