@Generated(value="software.amazon.awssdk:codegen") public final class StreamConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamConfiguration.Builder,StreamConfiguration>
A configuration for a streaming session.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamConfiguration.Builder |
builder() |
StreamingClipboardMode |
clipboardMode()
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming
client.
|
String |
clipboardModeAsString()
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming
client.
|
List<StreamingInstanceType> |
ec2InstanceTypes()
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
List<String> |
ec2InstanceTypesAsStrings()
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEc2InstanceTypes()
Returns true if the Ec2InstanceTypes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasStreamingImageIds()
Returns true if the StreamingImageIds property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Integer |
maxSessionLengthInMinutes()
The length of time, in minutes, that a streaming session can run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamConfiguration.Builder> |
serializableBuilderClass() |
List<String> |
streamingImageIds()
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StreamingClipboardMode clipboardMode()
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
If the service returns an enum value that is not available in the current SDK version, clipboardMode
will return StreamingClipboardMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from clipboardModeAsString().
StreamingClipboardModepublic final String clipboardModeAsString()
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
If the service returns an enum value that is not available in the current SDK version, clipboardMode
will return StreamingClipboardMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from clipboardModeAsString().
StreamingClipboardModepublic final List<StreamingInstanceType> ec2InstanceTypes()
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEc2InstanceTypes() to see if a value was sent in this field.
public final boolean hasEc2InstanceTypes()
public final List<String> ec2InstanceTypesAsStrings()
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEc2InstanceTypes() to see if a value was sent in this field.
public final Integer maxSessionLengthInMinutes()
The length of time, in minutes, that a streaming session can run. After this point, Nimble Studio automatically terminates the session.
public final boolean hasStreamingImageIds()
public final List<String> streamingImageIds()
The streaming images that users can select from when launching a streaming session with this launch profile.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStreamingImageIds() to see if a value was sent in this field.
public StreamConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamConfiguration.Builder,StreamConfiguration>public static StreamConfiguration.Builder builder()
public static Class<? extends StreamConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.