Stack.Builder |
Stack.Builder.accessEndpoints(Collection<AccessEndpoint> accessEndpoints) |
The list of virtual private cloud (VPC) interface endpoint objects.
|
Stack.Builder |
Stack.Builder.accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints) |
The list of virtual private cloud (VPC) interface endpoint objects.
|
Stack.Builder |
Stack.Builder.accessEndpoints(AccessEndpoint... accessEndpoints) |
The list of virtual private cloud (VPC) interface endpoint objects.
|
default Stack.Builder |
Stack.Builder.applicationSettings(Consumer<ApplicationSettingsResponse.Builder> applicationSettings) |
The persistent application settings for users of the stack.
|
Stack.Builder |
Stack.Builder.applicationSettings(ApplicationSettingsResponse applicationSettings) |
The persistent application settings for users of the stack.
|
Stack.Builder |
Stack.Builder.arn(String arn) |
The ARN of the stack.
|
static Stack.Builder |
Stack.builder() |
|
Stack.Builder |
Stack.Builder.createdTime(Instant createdTime) |
The time the stack was created.
|
Stack.Builder |
Stack.Builder.description(String description) |
The description to display.
|
Stack.Builder |
Stack.Builder.displayName(String displayName) |
The stack name to display.
|
Stack.Builder |
Stack.Builder.embedHostDomains(String... embedHostDomains) |
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
Stack.Builder |
Stack.Builder.embedHostDomains(Collection<String> embedHostDomains) |
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
Stack.Builder |
Stack.Builder.feedbackURL(String feedbackURL) |
The URL that users are redirected to after they click the Send Feedback link.
|
Stack.Builder |
Stack.Builder.name(String name) |
The name of the stack.
|
Stack.Builder |
Stack.Builder.redirectURL(String redirectURL) |
The URL that users are redirected to after their streaming session ends.
|
Stack.Builder |
Stack.Builder.stackErrors(Collection<StackError> stackErrors) |
The errors for the stack.
|
Stack.Builder |
Stack.Builder.stackErrors(Consumer<StackError.Builder>... stackErrors) |
The errors for the stack.
|
Stack.Builder |
Stack.Builder.stackErrors(StackError... stackErrors) |
The errors for the stack.
|
Stack.Builder |
Stack.Builder.storageConnectors(Collection<StorageConnector> storageConnectors) |
The storage connectors to enable.
|
Stack.Builder |
Stack.Builder.storageConnectors(Consumer<StorageConnector.Builder>... storageConnectors) |
The storage connectors to enable.
|
Stack.Builder |
Stack.Builder.storageConnectors(StorageConnector... storageConnectors) |
The storage connectors to enable.
|
default Stack.Builder |
Stack.Builder.streamingExperienceSettings(Consumer<StreamingExperienceSettings.Builder> streamingExperienceSettings) |
The streaming protocol you want your stack to prefer.
|
Stack.Builder |
Stack.Builder.streamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings) |
The streaming protocol you want your stack to prefer.
|
Stack.Builder |
Stack.toBuilder() |
|
Stack.Builder |
Stack.Builder.userSettings(Collection<UserSetting> userSettings) |
The actions that are enabled or disabled for users during their streaming sessions.
|
Stack.Builder |
Stack.Builder.userSettings(Consumer<UserSetting.Builder>... userSettings) |
The actions that are enabled or disabled for users during their streaming sessions.
|
Stack.Builder |
Stack.Builder.userSettings(UserSetting... userSettings) |
The actions that are enabled or disabled for users during their streaming sessions.
|