public static interface StageSessionSummary.Builder extends SdkPojo, CopyableBuilder<StageSessionSummary.Builder,StageSessionSummary>
| Modifier and Type | Method and Description |
|---|---|
StageSessionSummary.Builder |
endTime(Instant endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended.
|
StageSessionSummary.Builder |
sessionId(String sessionId)
ID of the session within the stage.
|
StageSessionSummary.Builder |
startTime(Instant startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStageSessionSummary.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.StageSessionSummary.Builder sessionId(String sessionId)
ID of the session within the stage.
sessionId - ID of the session within the stage.StageSessionSummary.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.