default WorkspacesPool.Builder |
WorkspacesPool.Builder.applicationSettings(Consumer<ApplicationSettingsResponse.Builder> applicationSettings) |
The persistent application settings for users of the pool.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.applicationSettings(ApplicationSettingsResponse applicationSettings) |
The persistent application settings for users of the pool.
|
static WorkspacesPool.Builder |
WorkspacesPool.builder() |
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.bundleId(String bundleId) |
The identifier of the bundle used by the pool.
|
default WorkspacesPool.Builder |
WorkspacesPool.Builder.capacityStatus(Consumer<CapacityStatus.Builder> capacityStatus) |
The capacity status for the pool
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.capacityStatus(CapacityStatus capacityStatus) |
The capacity status for the pool
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.createdAt(Instant createdAt) |
The time the pool was created.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.description(String description) |
The description of the pool.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.directoryId(String directoryId) |
The identifier of the directory used by the pool.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.errors(Collection<WorkspacesPoolError> errors) |
The pool errors.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.errors(Consumer<WorkspacesPoolError.Builder>... errors) |
The pool errors.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.errors(WorkspacesPoolError... errors) |
The pool errors.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.poolArn(String poolArn) |
The Amazon Resource Name (ARN) for the pool.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.poolId(String poolId) |
The identifier of a pool.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.poolName(String poolName) |
The name of the pool,
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.state(String state) |
The current state of the pool.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.state(WorkspacesPoolState state) |
The current state of the pool.
|
default WorkspacesPool.Builder |
WorkspacesPool.Builder.timeoutSettings(Consumer<TimeoutSettings.Builder> timeoutSettings) |
The amount of time that a pool session remains active after users disconnect.
|
WorkspacesPool.Builder |
WorkspacesPool.Builder.timeoutSettings(TimeoutSettings timeoutSettings) |
The amount of time that a pool session remains active after users disconnect.
|
WorkspacesPool.Builder |
WorkspacesPool.toBuilder() |
|