| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
static StageSession.Builder |
StageSession.builder() |
StageSession.Builder |
StageSession.Builder.endTime(Instant endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended.
|
StageSession.Builder |
StageSession.Builder.sessionId(String sessionId)
ID of the session within the stage.
|
StageSession.Builder |
StageSession.Builder.startTime(Instant startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
|
StageSession.Builder |
StageSession.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StageSession.Builder> |
StageSession.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetStageSessionResponse.Builder |
GetStageSessionResponse.Builder.stageSession(Consumer<StageSession.Builder> stageSession)
The stage session that is returned.
|
Copyright © 2023. All rights reserved.