| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamConfigurationCreate.Builder |
StreamConfigurationCreate.builder() |
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.clipboardMode(StreamingClipboardMode clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.clipboardMode(String clipboardMode)
Enable or disable 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.sessionStorage(Consumer<StreamConfigurationSessionStorage.Builder> sessionStorage)
(Optional) The upload storage for a streaming workstation that is created using this launch profile.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.sessionStorage(StreamConfigurationSessionStorage sessionStorage)
(Optional) 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() |
| 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 © 2022. All rights reserved.