Interface WorkerSessionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkerSessionSummary.Builder,
,WorkerSessionSummary> SdkBuilder<WorkerSessionSummary.Builder,
,WorkerSessionSummary> SdkPojo
- Enclosing class:
WorkerSessionSummary
@Mutable
@NotThreadSafe
public static interface WorkerSessionSummary.Builder
extends SdkPojo, CopyableBuilder<WorkerSessionSummary.Builder,WorkerSessionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the resource ended running.The job ID for the job associated with the worker's session.lifecycleStatus
(String lifecycleStatus) The life cycle status for the worker's session.lifecycleStatus
(SessionLifecycleStatus lifecycleStatus) The life cycle status for the worker's session.The queue ID for the queue associated to the worker.The session ID for the session action.The date and time the resource started running.targetLifecycleStatus
(String targetLifecycleStatus) The life cycle statustargetLifecycleStatus
(SessionLifecycleTargetStatus targetLifecycleStatus) The life cycle statusMethods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
sessionId
The session ID for the session action.
- Parameters:
sessionId
- The session ID for the session action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID for the queue associated to the worker.
- Parameters:
queueId
- The queue ID for the queue associated to the worker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID for the job associated with the worker's session.
- Parameters:
jobId
- The job ID for the job associated with the worker's session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
lifecycleStatus
The life cycle status for the worker's session.
- Parameters:
lifecycleStatus
- The life cycle status for the worker's session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycleStatus
The life cycle status for the worker's session.
- Parameters:
lifecycleStatus
- The life cycle status for the worker's session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
targetLifecycleStatus
The life cycle status
- Parameters:
targetLifecycleStatus
- The life cycle status- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetLifecycleStatus
WorkerSessionSummary.Builder targetLifecycleStatus(SessionLifecycleTargetStatus targetLifecycleStatus) The life cycle status
- Parameters:
targetLifecycleStatus
- The life cycle status- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-