public static interface StageSession.Builder extends SdkPojo, CopyableBuilder<StageSession.Builder,StageSession>
| Modifier and Type | Method and Description |
|---|---|
StageSession.Builder |
endTime(Instant endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended.
|
StageSession.Builder |
sessionId(String sessionId)
ID of the session within the stage.
|
StageSession.Builder |
startTime(Instant startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStageSession.Builder endTime(Instant endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is active.
endTime - ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is
active.StageSession.Builder sessionId(String sessionId)
ID of the session within the stage.
sessionId - ID of the session within the stage.StageSession.Builder startTime(Instant startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
startTime - ISO 8601 timestamp (returned as a string) when this stage session began.Copyright © 2023. All rights reserved.