| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.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. |
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.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. |
static StreamConfigurationCreate.Builder |
StreamConfigurationCreate.builder() |
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.clipboardMode(StreamingClipboardMode clipboardMode)
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.clipboardMode(String clipboardMode)
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.ec2InstanceTypes(Collection<StreamingInstanceType> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.ec2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.ec2InstanceTypesWithStrings(Collection<String> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.ec2InstanceTypesWithStrings(String... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.maxSessionLengthInMinutes(Integer maxSessionLengthInMinutes)
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.maxStoppedSessionLengthInMinutes(Integer maxStoppedSessionLengthInMinutes)
Integer that determines if you can start and stop your sessions and how long a session can stay in the
STOPPED state. |
default StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.sessionBackup(Consumer<StreamConfigurationSessionBackup.Builder> sessionBackup)
Configures how streaming sessions are backed up when launched from this launch profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.sessionBackup(StreamConfigurationSessionBackup sessionBackup)
Configures how streaming sessions are backed up when launched from this launch profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.sessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.sessionPersistenceMode(String sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
default StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.sessionStorage(Consumer<StreamConfigurationSessionStorage.Builder> sessionStorage)
The upload storage for a streaming workstation that is created using this launch profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.sessionStorage(StreamConfigurationSessionStorage sessionStorage)
The upload storage for a streaming workstation that is created using this launch profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.streamingImageIds(Collection<String> streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.streamingImageIds(String... streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.toBuilder() |
default StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.volumeConfiguration(Consumer<VolumeConfiguration.Builder> volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.volumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamConfigurationCreate.Builder> |
StreamConfigurationCreate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLaunchProfileRequest.Builder |
UpdateLaunchProfileRequest.Builder.streamConfiguration(Consumer<StreamConfigurationCreate.Builder> streamConfiguration)
A configuration for a streaming session.
|
default CreateLaunchProfileRequest.Builder |
CreateLaunchProfileRequest.Builder.streamConfiguration(Consumer<StreamConfigurationCreate.Builder> streamConfiguration)
A configuration for a streaming session.
|
Copyright © 2023. All rights reserved.