Interface UpdatedSessionActionInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedSessionActionInfo.Builder,UpdatedSessionActionInfo>,SdkBuilder<UpdatedSessionActionInfo.Builder,UpdatedSessionActionInfo>,SdkPojo
- Enclosing class:
- UpdatedSessionActionInfo
public static interface UpdatedSessionActionInfo.Builder extends SdkPojo, CopyableBuilder<UpdatedSessionActionInfo.Builder,UpdatedSessionActionInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatedSessionActionInfo.BuildercompletedStatus(String completedStatus)The status of the session upon completion.UpdatedSessionActionInfo.BuildercompletedStatus(CompletedStatus completedStatus)The status of the session upon completion.UpdatedSessionActionInfo.BuilderendedAt(Instant endedAt)The date and time the resource ended running.UpdatedSessionActionInfo.BuilderprocessExitCode(Integer processExitCode)The process exit code.UpdatedSessionActionInfo.BuilderprogressMessage(String progressMessage)A message to indicate the progress of the updated session action.UpdatedSessionActionInfo.BuilderprogressPercent(Float progressPercent)The percentage completed.UpdatedSessionActionInfo.BuilderstartedAt(Instant startedAt)The date and time the resource started running.UpdatedSessionActionInfo.BuilderupdatedAt(Instant updatedAt)The updated time.-
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
-
completedStatus
UpdatedSessionActionInfo.Builder completedStatus(String completedStatus)
The status of the session upon completion.
- Parameters:
completedStatus- The status of the session upon completion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CompletedStatus,CompletedStatus
-
completedStatus
UpdatedSessionActionInfo.Builder completedStatus(CompletedStatus completedStatus)
The status of the session upon completion.
- Parameters:
completedStatus- The status of the session upon completion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CompletedStatus,CompletedStatus
-
endedAt
UpdatedSessionActionInfo.Builder endedAt(Instant endedAt)
The date and time the resource ended running.
- Parameters:
endedAt- The date and time the resource ended running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processExitCode
UpdatedSessionActionInfo.Builder processExitCode(Integer processExitCode)
The process exit code.
- Parameters:
processExitCode- The process exit code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressMessage
UpdatedSessionActionInfo.Builder progressMessage(String progressMessage)
A message to indicate the progress of the updated session action.
- Parameters:
progressMessage- A message to indicate the progress of the updated session action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressPercent
UpdatedSessionActionInfo.Builder progressPercent(Float progressPercent)
The percentage completed.
- Parameters:
progressPercent- The percentage completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
UpdatedSessionActionInfo.Builder startedAt(Instant startedAt)
The date and time the resource started running.
- Parameters:
startedAt- The date and time the resource started running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
UpdatedSessionActionInfo.Builder updatedAt(Instant updatedAt)
The updated time.
- Parameters:
updatedAt- The updated time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-