public static interface Stack.Builder extends SdkPojo, CopyableBuilder<Stack.Builder,Stack>
| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
accessEndpoints(AccessEndpoint... accessEndpoints)
The list of virtual private cloud (VPC) interface endpoint objects.
|
Stack.Builder |
accessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of virtual private cloud (VPC) interface endpoint objects.
|
Stack.Builder |
accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)
The list of virtual private cloud (VPC) interface endpoint objects.
|
Stack.Builder |
applicationSettings(ApplicationSettingsResponse applicationSettings)
The persistent application settings for users of the stack.
|
default Stack.Builder |
applicationSettings(Consumer<ApplicationSettingsResponse.Builder> applicationSettings)
The persistent application settings for users of the stack.
|
Stack.Builder |
arn(String arn)
The ARN of the stack.
|
Stack.Builder |
createdTime(Instant createdTime)
The time the stack was created.
|
Stack.Builder |
description(String description)
The description to display.
|
Stack.Builder |
displayName(String displayName)
The stack name to display.
|
Stack.Builder |
embedHostDomains(Collection<String> embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
Stack.Builder |
embedHostDomains(String... embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
Stack.Builder |
feedbackURL(String feedbackURL)
The URL that users are redirected to after they click the Send Feedback link.
|
Stack.Builder |
name(String name)
The name of the stack.
|
Stack.Builder |
redirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
|
Stack.Builder |
stackErrors(Collection<StackError> stackErrors)
The errors for the stack.
|
Stack.Builder |
stackErrors(Consumer<StackError.Builder>... stackErrors)
The errors for the stack.
|
Stack.Builder |
stackErrors(StackError... stackErrors)
The errors for the stack.
|
Stack.Builder |
storageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
Stack.Builder |
storageConnectors(Consumer<StorageConnector.Builder>... storageConnectors)
The storage connectors to enable.
|
Stack.Builder |
storageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
|
default Stack.Builder |
streamingExperienceSettings(Consumer<StreamingExperienceSettings.Builder> streamingExperienceSettings)
The streaming protocol you want your stack to prefer.
|
Stack.Builder |
streamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings)
The streaming protocol you want your stack to prefer.
|
Stack.Builder |
userSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
Stack.Builder |
userSettings(Consumer<UserSetting.Builder>... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
Stack.Builder |
userSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStack.Builder arn(String arn)
The ARN of the stack.
arn - The ARN of the stack.Stack.Builder name(String name)
The name of the stack.
name - The name of the stack.Stack.Builder description(String description)
The description to display.
description - The description to display.Stack.Builder displayName(String displayName)
The stack name to display.
displayName - The stack name to display.Stack.Builder createdTime(Instant createdTime)
The time the stack was created.
createdTime - The time the stack was created.Stack.Builder storageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors - The storage connectors to enable.Stack.Builder storageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
storageConnectors - The storage connectors to enable.Stack.Builder storageConnectors(Consumer<StorageConnector.Builder>... storageConnectors)
The storage connectors to enable.
This is a convenience method that creates an instance of theStorageConnector.Builder avoiding the need to create
one manually via StorageConnector.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #storageConnectors(List.
storageConnectors - a consumer that will call methods on
StorageConnector.Builder#storageConnectors(java.util.Collection) Stack.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.Stack.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.Stack.Builder stackErrors(Collection<StackError> stackErrors)
The errors for the stack.
stackErrors - The errors for the stack.Stack.Builder stackErrors(StackError... stackErrors)
The errors for the stack.
stackErrors - The errors for the stack.Stack.Builder stackErrors(Consumer<StackError.Builder>... stackErrors)
The errors for the stack.
This is a convenience method that creates an instance of theStackError.Builder avoiding the need to create one
manually via StackError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #stackErrors(List.
stackErrors - a consumer that will call methods on
StackError.Builder#stackErrors(java.util.Collection) Stack.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.Stack.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.Stack.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 method that creates an instance of theUserSetting.Builder avoiding the need to create one
manually via UserSetting.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #userSettings(List.
userSettings - a consumer that will call methods on
UserSetting.Builder#userSettings(java.util.Collection) Stack.Builder applicationSettings(ApplicationSettingsResponse applicationSettings)
The persistent application settings for users of the stack.
applicationSettings - The persistent application settings for users of the stack.default Stack.Builder applicationSettings(Consumer<ApplicationSettingsResponse.Builder> applicationSettings)
The persistent application settings for users of the stack.
This is a convenience method that creates an instance of theApplicationSettingsResponse.Builder
avoiding the need to create one manually via ApplicationSettingsResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to applicationSettings(ApplicationSettingsResponse).
applicationSettings - a consumer that will call methods on ApplicationSettingsResponse.BuilderapplicationSettings(ApplicationSettingsResponse)Stack.Builder accessEndpoints(Collection<AccessEndpoint> 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.
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.Stack.Builder accessEndpoints(AccessEndpoint... 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.
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.Stack.Builder accessEndpoints(Consumer<AccessEndpoint.Builder>... 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 is a convenience method that creates an instance of theAccessEndpoint.Builder avoiding the need to create
one manually via AccessEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #accessEndpoints(List.
accessEndpoints - a consumer that will call methods on
AccessEndpoint.Builder#accessEndpoints(java.util.Collection) Stack.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.Stack.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.Stack.Builder streamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings)
The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
streamingExperienceSettings - The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only
supported in the Windows native client.default Stack.Builder streamingExperienceSettings(Consumer<StreamingExperienceSettings.Builder> streamingExperienceSettings)
The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
This is a convenience method that creates an instance of theStreamingExperienceSettings.Builder
avoiding the need to create one manually via StreamingExperienceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to streamingExperienceSettings(StreamingExperienceSettings).
streamingExperienceSettings - a consumer that will call methods on StreamingExperienceSettings.BuilderstreamingExperienceSettings(StreamingExperienceSettings)Copyright © 2023. All rights reserved.