@Stability(value=Stable)
public static interface CfnStack.StreamingExperienceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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 String |
getPreferredProtocol()
`CfnStack.StreamingExperienceSettingsProperty.PreferredProtocol`.
|
@Stability(value=Stable) @Nullable default String getPreferredProtocol()
@Stability(value=Stable) static CfnStack.StreamingExperienceSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.