public static interface CreateStackRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateStackRequest.Builder,CreateStackRequest>
Modifier and Type | Method and Description |
---|---|
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 for display.
|
CreateStackRequest.Builder |
displayName(String displayName)
The stack name for display.
|
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)
Add an optional request override configuration.
|
CreateStackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateStackRequest.Builder name(String name)
The name of the stack.
name
- The name of the stack.CreateStackRequest.Builder description(String description)
The description for display.
description
- The description for display.CreateStackRequest.Builder displayName(String displayName)
The stack name for display.
displayName
- The stack name for 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.Builder
applicationSettings(ApplicationSettings)
CreateStackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateStackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.