static GetSessionResponse.Builder |
GetSessionResponse.builder() |
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.endedAt(Instant endedAt) |
The date and time the resource ended running.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.fleetId(String fleetId) |
The fleet ID for the session.
|
default GetSessionResponse.Builder |
GetSessionResponse.Builder.hostProperties(Consumer<HostPropertiesResponse.Builder> hostProperties) |
Provides the Amazon EC2 properties of the host.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.hostProperties(HostPropertiesResponse hostProperties) |
Provides the Amazon EC2 properties of the host.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.lifecycleStatus(String lifecycleStatus) |
The life cycle status of the session.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.lifecycleStatus(SessionLifecycleStatus lifecycleStatus) |
The life cycle status of the session.
|
default GetSessionResponse.Builder |
GetSessionResponse.Builder.log(Consumer<LogConfiguration.Builder> log) |
The session log.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.log(LogConfiguration log) |
The session log.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.sessionId(String sessionId) |
The session ID.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.startedAt(Instant startedAt) |
The date and time the resource started running.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.targetLifecycleStatus(String targetLifecycleStatus) |
The life cycle status with which the session started.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.targetLifecycleStatus(SessionLifecycleTargetStatus targetLifecycleStatus) |
The life cycle status with which the session started.
|
GetSessionResponse.Builder |
GetSessionResponse.toBuilder() |
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.updatedAt(Instant updatedAt) |
The date and time the resource was updated.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.updatedBy(String updatedBy) |
The user or system that updated this resource.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.workerId(String workerId) |
The worker ID for the session.
|
default GetSessionResponse.Builder |
GetSessionResponse.Builder.workerLog(Consumer<LogConfiguration.Builder> workerLog) |
The worker log for the session.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.workerLog(LogConfiguration workerLog) |
The worker log for the session.
|