Interface StageSessionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StageSessionSummary.Builder,StageSessionSummary>,SdkBuilder<StageSessionSummary.Builder,StageSessionSummary>,SdkPojo
- Enclosing class:
- StageSessionSummary
public static interface StageSessionSummary.Builder extends SdkPojo, CopyableBuilder<StageSessionSummary.Builder,StageSessionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StageSessionSummary.BuilderendTime(Instant endTime)ISO 8601 timestamp (returned as a string) when the stage session ended.StageSessionSummary.BuildersessionId(String sessionId)ID of the session within the stage.StageSessionSummary.BuilderstartTime(Instant startTime)ISO 8601 timestamp (returned as a string) when this stage session began.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
endTime
StageSessionSummary.Builder endTime(Instant endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is active.
- Parameters:
endTime- ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
StageSessionSummary.Builder sessionId(String sessionId)
ID of the session within the stage.
- Parameters:
sessionId- ID of the session within the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
StageSessionSummary.Builder startTime(Instant startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
- Parameters:
startTime- ISO 8601 timestamp (returned as a string) when this stage session began.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-