@Stability(value=Stable) public static final class CfnStackProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStackProps>
CfnStackProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStackProps.Builder accessEndpoints(IResolvable accessEndpoints)
CfnStackProps.getAccessEndpoints()accessEndpoints - The list of virtual private cloud (VPC) interface endpoint objects.
Users of the stack can connect to AppStream 2.0 only through the specified endpoints.this@Stability(value=Stable) public CfnStackProps.Builder accessEndpoints(List<? extends Object> accessEndpoints)
CfnStackProps.getAccessEndpoints()accessEndpoints - The list of virtual private cloud (VPC) interface endpoint objects.
Users of the stack can connect to AppStream 2.0 only through the specified endpoints.this@Stability(value=Stable) public CfnStackProps.Builder applicationSettings(CfnStack.ApplicationSettingsProperty applicationSettings)
CfnStackProps.getApplicationSettings()applicationSettings - The persistent application settings for users of the stack.
When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.this@Stability(value=Stable) public CfnStackProps.Builder applicationSettings(IResolvable applicationSettings)
CfnStackProps.getApplicationSettings()applicationSettings - The persistent application settings for users of the stack.
When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.this@Stability(value=Stable) public CfnStackProps.Builder attributesToDelete(List<String> attributesToDelete)
CfnStackProps.getAttributesToDelete()attributesToDelete - The stack attributes to delete.this@Stability(value=Stable) public CfnStackProps.Builder deleteStorageConnectors(Boolean deleteStorageConnectors)
CfnStackProps.getDeleteStorageConnectors()deleteStorageConnectors - *This parameter has been deprecated.*.
Deletes the storage connectors currently enabled for the stack.this@Stability(value=Stable) public CfnStackProps.Builder deleteStorageConnectors(IResolvable deleteStorageConnectors)
CfnStackProps.getDeleteStorageConnectors()deleteStorageConnectors - *This parameter has been deprecated.*.
Deletes the storage connectors currently enabled for the stack.this@Stability(value=Stable) public CfnStackProps.Builder description(String description)
CfnStackProps.getDescription()description - The description to display.this@Stability(value=Stable) public CfnStackProps.Builder displayName(String displayName)
CfnStackProps.getDisplayName()displayName - The stack name to display.this@Stability(value=Stable) public CfnStackProps.Builder embedHostDomains(List<String> embedHostDomains)
CfnStackProps.getEmbedHostDomains()embedHostDomains - The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.this@Stability(value=Stable) public CfnStackProps.Builder feedbackUrl(String feedbackUrl)
CfnStackProps.getFeedbackUrl()feedbackUrl - The URL that users are redirected to after they click the Send Feedback link.
If no URL is specified, no Send Feedback link is displayed.this@Stability(value=Stable) public CfnStackProps.Builder name(String name)
CfnStackProps.getName()name - The name of the stack.this@Stability(value=Stable) public CfnStackProps.Builder redirectUrl(String redirectUrl)
CfnStackProps.getRedirectUrl()redirectUrl - The URL that users are redirected to after their streaming session ends.this@Stability(value=Stable) public CfnStackProps.Builder storageConnectors(IResolvable storageConnectors)
CfnStackProps.getStorageConnectors()storageConnectors - The storage connectors to enable.this@Stability(value=Stable) public CfnStackProps.Builder storageConnectors(List<? extends Object> storageConnectors)
CfnStackProps.getStorageConnectors()storageConnectors - The storage connectors to enable.this@Stability(value=Stable) public CfnStackProps.Builder streamingExperienceSettings(CfnStack.StreamingExperienceSettingsProperty streamingExperienceSettings)
CfnStackProps.getStreamingExperienceSettings()streamingExperienceSettings - `AWS::AppStream::Stack.StreamingExperienceSettings`.this@Stability(value=Stable) public CfnStackProps.Builder streamingExperienceSettings(IResolvable streamingExperienceSettings)
CfnStackProps.getStreamingExperienceSettings()streamingExperienceSettings - `AWS::AppStream::Stack.StreamingExperienceSettings`.this@Stability(value=Stable) public CfnStackProps.Builder tags(List<? extends CfnTag> tags)
CfnStackProps.getTags()tags - An array of key-value pairs.this@Stability(value=Stable) public CfnStackProps.Builder userSettings(IResolvable userSettings)
CfnStackProps.getUserSettings()userSettings - The actions that are enabled or disabled for users during their streaming sessions.
By default, these actions are enabled.this@Stability(value=Stable) public CfnStackProps.Builder userSettings(List<? extends Object> userSettings)
CfnStackProps.getUserSettings()userSettings - The actions that are enabled or disabled for users during their streaming sessions.
By default, these actions are enabled.this@Stability(value=Stable) public CfnStackProps build()
build in interface software.amazon.jsii.Builder<CfnStackProps>CfnStackPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.