public static interface CreateStackRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateStackRequest.Builder,CreateStackRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStackRequest.Builder |
accessEndpoints(AccessEndpoint... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
CreateStackRequest.Builder |
accessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
CreateStackRequest.Builder |
accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
CreateStackRequest.Builder |
applicationSettings(ApplicationSettings applicationSettings)
The persistent application settings for users of a stack.
|
default CreateStackRequest.Builder |
applicationSettings(Consumer<ApplicationSettings.Builder> applicationSettings)
The persistent application settings for users of a stack.
|
CreateStackRequest.Builder |
description(String description)
The description to display.
|
CreateStackRequest.Builder |
displayName(String displayName)
The stack name to display.
|
CreateStackRequest.Builder |
embedHostDomains(Collection<String> embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
CreateStackRequest.Builder |
embedHostDomains(String... embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
CreateStackRequest.Builder |
feedbackURL(String feedbackURL)
The URL that users are redirected to after they click the Send Feedback link.
|
CreateStackRequest.Builder |
name(String name)
The name of the stack.
|
CreateStackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStackRequest.Builder |
redirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
|
CreateStackRequest.Builder |
storageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
CreateStackRequest.Builder |
storageConnectors(Consumer<StorageConnector.Builder>... storageConnectors)
The storage connectors to enable.
|
CreateStackRequest.Builder |
storageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
|
CreateStackRequest.Builder |
tags(Map<String,String> tags)
The tags to associate with the stack.
|
CreateStackRequest.Builder |
userSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
CreateStackRequest.Builder |
userSettings(Consumer<UserSetting.Builder>... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
CreateStackRequest.Builder |
userSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStackRequest.Builder name(String name)
The name of the stack.
name - The name of the stack.CreateStackRequest.Builder description(String description)
The description to display.
description - The description to display.CreateStackRequest.Builder displayName(String displayName)
The stack name to display.
displayName - The stack name to display.CreateStackRequest.Builder storageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors - The storage connectors to enable.CreateStackRequest.Builder storageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
storageConnectors - The storage connectors to enable.CreateStackRequest.Builder storageConnectors(Consumer<StorageConnector.Builder>... storageConnectors)
The storage connectors to enable.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #storageConnectors(List) .storageConnectors - a consumer that will call methods on List.Builder #storageConnectors(List) CreateStackRequest.Builder redirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
redirectURL - The URL that users are redirected to after their streaming session ends.CreateStackRequest.Builder feedbackURL(String 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.
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.CreateStackRequest.Builder userSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
userSettings - The actions that are enabled or disabled for users during their streaming sessions. By default, these
actions are enabled.CreateStackRequest.Builder userSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
userSettings - The actions that are enabled or disabled for users during their streaming sessions. By default, these
actions are enabled.CreateStackRequest.Builder userSettings(Consumer<UserSetting.Builder>... userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #userSettings(List) .userSettings - a consumer that will call methods on List.Builder #userSettings(List) CreateStackRequest.Builder applicationSettings(ApplicationSettings applicationSettings)
The persistent application settings for users of a 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.
applicationSettings - The persistent application settings for users of a 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.default CreateStackRequest.Builder applicationSettings(Consumer<ApplicationSettings.Builder> applicationSettings)
The persistent application settings for users of a 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 is a convenience that creates an instance of theApplicationSettings.Builder avoiding the need
to create one manually via ApplicationSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to applicationSettings(ApplicationSettings).applicationSettings - a consumer that will call methods on ApplicationSettings.BuilderapplicationSettings(ApplicationSettings)CreateStackRequest.Builder tags(Map<String,String> tags)
The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
tags - The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For
example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
CreateStackRequest.Builder accessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to
AppStream 2.0 only through the specified endpoints.CreateStackRequest.Builder accessEndpoints(AccessEndpoint... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
accessEndpoints - The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to
AppStream 2.0 only through the specified endpoints.CreateStackRequest.Builder accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #accessEndpoints(List) .accessEndpoints - a consumer that will call methods on List.Builder #accessEndpoints(List) CreateStackRequest.Builder embedHostDomains(Collection<String> 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.
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.CreateStackRequest.Builder embedHostDomains(String... 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.
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.CreateStackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.