Interface SessionActionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SessionActionSummary.Builder,SessionActionSummary>,SdkBuilder<SessionActionSummary.Builder,SessionActionSummary>,SdkPojo
- Enclosing class:
- SessionActionSummary
public static interface SessionActionSummary.Builder extends SdkPojo, CopyableBuilder<SessionActionSummary.Builder,SessionActionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SessionActionSummary.Builderdefinition(Consumer<SessionActionDefinitionSummary.Builder> definition)The session action definition.SessionActionSummary.Builderdefinition(SessionActionDefinitionSummary definition)The session action definition.SessionActionSummary.BuilderendedAt(Instant endedAt)The date and time the resource ended running.SessionActionSummary.BuilderprogressPercent(Float progressPercent)The completion percentage for the session action.SessionActionSummary.BuildersessionActionId(String sessionActionId)The session action ID.SessionActionSummary.BuilderstartedAt(Instant startedAt)The date and time the resource started running.SessionActionSummary.Builderstatus(String status)The status of the session action.SessionActionSummary.Builderstatus(SessionActionStatus status)The status of the session action.SessionActionSummary.BuilderworkerUpdatedAt(Instant workerUpdatedAt)The Linux timestamp of the last date and time that the session action was updated.-
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
-
definition
SessionActionSummary.Builder definition(SessionActionDefinitionSummary definition)
The session action definition.
- Parameters:
definition- The session action definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
default SessionActionSummary.Builder definition(Consumer<SessionActionDefinitionSummary.Builder> definition)
The session action definition.
This is a convenience method that creates an instance of theSessionActionDefinitionSummary.Builderavoiding the need to create one manually viaSessionActionDefinitionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefinition(SessionActionDefinitionSummary).- Parameters:
definition- a consumer that will call methods onSessionActionDefinitionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
definition(SessionActionDefinitionSummary)
-
endedAt
SessionActionSummary.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.
-
progressPercent
SessionActionSummary.Builder progressPercent(Float progressPercent)
The completion percentage for the session action.
- Parameters:
progressPercent- The completion percentage for the session action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionActionId
SessionActionSummary.Builder sessionActionId(String sessionActionId)
The session action ID.
- Parameters:
sessionActionId- The session action ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
SessionActionSummary.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.
-
status
SessionActionSummary.Builder status(String status)
The status of the session action.
- Parameters:
status- The status of the session action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SessionActionStatus,SessionActionStatus
-
status
SessionActionSummary.Builder status(SessionActionStatus status)
The status of the session action.
- Parameters:
status- The status of the session action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SessionActionStatus,SessionActionStatus
-
workerUpdatedAt
SessionActionSummary.Builder workerUpdatedAt(Instant workerUpdatedAt)
The Linux timestamp of the last date and time that the session action was updated.
- Parameters:
workerUpdatedAt- The Linux timestamp of the last date and time that the session action was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-