WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.authenticationType(String authenticationType) |
The authentication method.
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.authenticationType(AuthenticationType authenticationType) |
The authentication method.
|
static WorkspacesPoolSession.Builder |
WorkspacesPoolSession.builder() |
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.connectionState(String connectionState) |
Specifies whether a user is connected to the pool session.
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.connectionState(SessionConnectionState connectionState) |
Specifies whether a user is connected to the pool session.
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.expirationTime(Instant expirationTime) |
The time that the pool session ended.
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.instanceId(String instanceId) |
The identifier for the instance hosting the session.
|
default WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.networkAccessConfiguration(Consumer<NetworkAccessConfiguration.Builder> networkAccessConfiguration) |
Describes the network details of the pool.
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.networkAccessConfiguration(NetworkAccessConfiguration networkAccessConfiguration) |
Describes the network details of the pool.
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.poolId(String poolId) |
The identifier of the pool.
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.sessionId(String sessionId) |
The identifier of the session.
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.startTime(Instant startTime) |
The time that the pool sission started.
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.toBuilder() |
|
WorkspacesPoolSession.Builder |
WorkspacesPoolSession.Builder.userId(String userId) |
The identifier of the user.
|