public static interface CfnStack.StreamingExperienceSettingsProperty
This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appstream.*; StreamingExperienceSettingsProperty streamingExperienceSettingsProperty = StreamingExperienceSettingsProperty.builder() .preferredProtocol("preferredProtocol") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStack.StreamingExperienceSettingsProperty.Builder
A builder for
CfnStack.StreamingExperienceSettingsProperty |
static class |
CfnStack.StreamingExperienceSettingsProperty.Jsii$Proxy
An implementation for
CfnStack.StreamingExperienceSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStack.StreamingExperienceSettingsProperty.Builder |
builder() |
default java.lang.String |
getPreferredProtocol()
The preferred protocol that you want to use while streaming your application.
|
default java.lang.String getPreferredProtocol()
static CfnStack.StreamingExperienceSettingsProperty.Builder builder()