StreamingSession.Builder |
StreamingSession.Builder.arn(String arn) |
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
StreamingSession.Builder |
StreamingSession.Builder.automaticTerminationMode(String automaticTerminationMode) |
Indicates if a streaming session created from this launch profile should be terminated automatically or
retained without termination after being in a STOPPED state.
|
StreamingSession.Builder |
StreamingSession.Builder.automaticTerminationMode(AutomaticTerminationMode automaticTerminationMode) |
Indicates if a streaming session created from this launch profile should be terminated automatically or
retained without termination after being in a STOPPED state.
|
StreamingSession.Builder |
StreamingSession.Builder.backupMode(String backupMode) |
Shows the current backup setting of the session.
|
StreamingSession.Builder |
StreamingSession.Builder.backupMode(SessionBackupMode backupMode) |
Shows the current backup setting of the session.
|
static StreamingSession.Builder |
StreamingSession.builder() |
|
StreamingSession.Builder |
StreamingSession.Builder.createdAt(Instant createdAt) |
The ISO timestamp in seconds for when the resource was created.
|
StreamingSession.Builder |
StreamingSession.Builder.createdBy(String createdBy) |
The user ID of the user that created the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.ec2InstanceType(String ec2InstanceType) |
The EC2 Instance type used for the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.launchProfileId(String launchProfileId) |
The ID of the launch profile used to control access from the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.maxBackupsToRetain(Integer maxBackupsToRetain) |
The maximum number of backups of a streaming session that you can have.
|
StreamingSession.Builder |
StreamingSession.Builder.ownedBy(String ownedBy) |
The user ID of the user that owns the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.sessionId(String sessionId) |
The session ID.
|
StreamingSession.Builder |
StreamingSession.Builder.sessionPersistenceMode(String sessionPersistenceMode) |
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamingSession.Builder |
StreamingSession.Builder.sessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode) |
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamingSession.Builder |
StreamingSession.Builder.startedAt(Instant startedAt) |
The time the session entered START_IN_PROGRESS state.
|
StreamingSession.Builder |
StreamingSession.Builder.startedBy(String startedBy) |
The user ID of the user that started the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.startedFromBackupId(String startedFromBackupId) |
The backup ID used to restore a streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.state(String state) |
The current state.
|
StreamingSession.Builder |
StreamingSession.Builder.state(StreamingSessionState state) |
The current state.
|
StreamingSession.Builder |
StreamingSession.Builder.statusCode(String statusCodeValue) |
The status code.
|
StreamingSession.Builder |
StreamingSession.Builder.statusCode(StreamingSessionStatusCode statusCodeValue) |
The status code.
|
StreamingSession.Builder |
StreamingSession.Builder.statusMessage(String statusMessage) |
The status message for the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.stopAt(Instant stopAt) |
The time the streaming session will automatically be stopped if the user doesn’t stop the session themselves.
|
StreamingSession.Builder |
StreamingSession.Builder.stoppedAt(Instant stoppedAt) |
The time the session entered STOP_IN_PROGRESS state.
|
StreamingSession.Builder |
StreamingSession.Builder.stoppedBy(String stoppedBy) |
The user ID of the user that stopped the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.streamingImageId(String streamingImageId) |
The ID of the streaming image.
|
StreamingSession.Builder |
StreamingSession.Builder.tags(Map<String,String> tags) |
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
StreamingSession.Builder |
StreamingSession.Builder.terminateAt(Instant terminateAt) |
The time the streaming session will automatically terminate if not terminated by the user.
|
StreamingSession.Builder |
StreamingSession.toBuilder() |
|
StreamingSession.Builder |
StreamingSession.Builder.updatedAt(Instant updatedAt) |
The ISO timestamp in seconds for when the resource was updated.
|
StreamingSession.Builder |
StreamingSession.Builder.updatedBy(String updatedBy) |
The user ID of the user that most recently updated the resource.
|
default StreamingSession.Builder |
StreamingSession.Builder.volumeConfiguration(Consumer<VolumeConfiguration.Builder> volumeConfiguration) |
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
StreamingSession.Builder |
StreamingSession.Builder.volumeConfiguration(VolumeConfiguration volumeConfiguration) |
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
StreamingSession.Builder |
StreamingSession.Builder.volumeRetentionMode(String volumeRetentionMode) |
Determine if an EBS volume created from this streaming session will be backed up.
|
StreamingSession.Builder |
StreamingSession.Builder.volumeRetentionMode(VolumeRetentionMode volumeRetentionMode) |
Determine if an EBS volume created from this streaming session will be backed up.
|