Interface UpdateStackRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateStackRequest.Builder,UpdateStackRequest>,SdkBuilder<UpdateStackRequest.Builder,UpdateStackRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateStackRequest
public static interface UpdateStackRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<UpdateStackRequest.Builder,UpdateStackRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description UpdateStackRequest.BuilderaccessEndpoints(Collection<AccessEndpoint> accessEndpoints)The list of interface VPC endpoint (interface endpoint) objects.UpdateStackRequest.BuilderaccessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)The list of interface VPC endpoint (interface endpoint) objects.UpdateStackRequest.BuilderaccessEndpoints(AccessEndpoint... accessEndpoints)The list of interface VPC endpoint (interface endpoint) objects.default UpdateStackRequest.BuilderapplicationSettings(Consumer<ApplicationSettings.Builder> applicationSettings)The persistent application settings for users of a stack.UpdateStackRequest.BuilderapplicationSettings(ApplicationSettings applicationSettings)The persistent application settings for users of a stack.UpdateStackRequest.BuilderattributesToDelete(Collection<StackAttribute> attributesToDelete)The stack attributes to delete.UpdateStackRequest.BuilderattributesToDelete(StackAttribute... attributesToDelete)The stack attributes to delete.UpdateStackRequest.BuilderattributesToDeleteWithStrings(String... attributesToDelete)The stack attributes to delete.UpdateStackRequest.BuilderattributesToDeleteWithStrings(Collection<String> attributesToDelete)The stack attributes to delete.UpdateStackRequest.BuilderdeleteStorageConnectors(Boolean deleteStorageConnectors)Deprecated.UpdateStackRequest.Builderdescription(String description)The description to display.UpdateStackRequest.BuilderdisplayName(String displayName)The stack name to display.UpdateStackRequest.BuilderembedHostDomains(String... embedHostDomains)The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.UpdateStackRequest.BuilderembedHostDomains(Collection<String> embedHostDomains)The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.UpdateStackRequest.BuilderfeedbackURL(String feedbackURL)The URL that users are redirected to after they choose the Send Feedback link.UpdateStackRequest.Buildername(String name)The name of the stack.UpdateStackRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateStackRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateStackRequest.BuilderredirectURL(String redirectURL)The URL that users are redirected to after their streaming session ends.UpdateStackRequest.BuilderstorageConnectors(Collection<StorageConnector> storageConnectors)The storage connectors to enable.UpdateStackRequest.BuilderstorageConnectors(Consumer<StorageConnector.Builder>... storageConnectors)The storage connectors to enable.UpdateStackRequest.BuilderstorageConnectors(StorageConnector... storageConnectors)The storage connectors to enable.default UpdateStackRequest.BuilderstreamingExperienceSettings(Consumer<StreamingExperienceSettings.Builder> streamingExperienceSettings)The streaming protocol you want your stack to prefer.UpdateStackRequest.BuilderstreamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings)The streaming protocol you want your stack to prefer.UpdateStackRequest.BuilderuserSettings(Collection<UserSetting> userSettings)The actions that are enabled or disabled for users during their streaming sessions.UpdateStackRequest.BuilderuserSettings(Consumer<UserSetting.Builder>... userSettings)The actions that are enabled or disabled for users during their streaming sessions.UpdateStackRequest.BuilderuserSettings(UserSetting... userSettings)The actions that are enabled or disabled for users during their streaming sessions.-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
displayName
UpdateStackRequest.Builder displayName(String displayName)
The stack name to display.
- Parameters:
displayName- The stack name to display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateStackRequest.Builder description(String description)
The description to display.
- Parameters:
description- The description to display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateStackRequest.Builder name(String name)
The name of the stack.
- Parameters:
name- The name of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageConnectors
UpdateStackRequest.Builder storageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
- Parameters:
storageConnectors- The storage connectors to enable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageConnectors
UpdateStackRequest.Builder storageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
- Parameters:
storageConnectors- The storage connectors to enable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageConnectors
UpdateStackRequest.Builder storageConnectors(Consumer<StorageConnector.Builder>... storageConnectors)
The storage connectors to enable.
This is a convenience method that creates an instance of theStorageConnector.Builderavoiding the need to create one manually viaStorageConnector.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#storageConnectors(List.) - Parameters:
storageConnectors- a consumer that will call methods onStorageConnector.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#storageConnectors(java.util.Collection)
-
deleteStorageConnectors
@Deprecated UpdateStackRequest.Builder deleteStorageConnectors(Boolean deleteStorageConnectors)
Deprecated.Deletes the storage connectors currently enabled for the stack.
- Parameters:
deleteStorageConnectors- Deletes the storage connectors currently enabled for the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redirectURL
UpdateStackRequest.Builder redirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
- Parameters:
redirectURL- The URL that users are redirected to after their streaming session ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feedbackURL
UpdateStackRequest.Builder feedbackURL(String feedbackURL)
The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
- Parameters:
feedbackURL- The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToDeleteWithStrings
UpdateStackRequest.Builder attributesToDeleteWithStrings(Collection<String> attributesToDelete)
The stack attributes to delete.
- Parameters:
attributesToDelete- The stack attributes to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToDeleteWithStrings
UpdateStackRequest.Builder attributesToDeleteWithStrings(String... attributesToDelete)
The stack attributes to delete.
- Parameters:
attributesToDelete- The stack attributes to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToDelete
UpdateStackRequest.Builder attributesToDelete(Collection<StackAttribute> attributesToDelete)
The stack attributes to delete.
- Parameters:
attributesToDelete- The stack attributes to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToDelete
UpdateStackRequest.Builder attributesToDelete(StackAttribute... attributesToDelete)
The stack attributes to delete.
- Parameters:
attributesToDelete- The stack attributes to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userSettings
UpdateStackRequest.Builder userSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
- Parameters:
userSettings- The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userSettings
UpdateStackRequest.Builder userSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
- Parameters:
userSettings- The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userSettings
UpdateStackRequest.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.Builderavoiding the need to create one manually viaUserSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userSettings(List.) - Parameters:
userSettings- a consumer that will call methods onUserSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userSettings(java.util.Collection)
-
applicationSettings
UpdateStackRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationSettings
default UpdateStackRequest.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 method that creates an instance of theApplicationSettings.Builderavoiding the need to create one manually viaApplicationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplicationSettings(ApplicationSettings).- Parameters:
applicationSettings- a consumer that will call methods onApplicationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
applicationSettings(ApplicationSettings)
-
accessEndpoints
UpdateStackRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEndpoints
UpdateStackRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEndpoints
UpdateStackRequest.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 method that creates an instance of theAccessEndpoint.Builderavoiding the need to create one manually viaAccessEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accessEndpoints(List.) - Parameters:
accessEndpoints- a consumer that will call methods onAccessEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#accessEndpoints(java.util.Collection)
-
embedHostDomains
UpdateStackRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
embedHostDomains
UpdateStackRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamingExperienceSettings
UpdateStackRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamingExperienceSettings
default UpdateStackRequest.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.Builderavoiding the need to create one manually viaStreamingExperienceSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostreamingExperienceSettings(StreamingExperienceSettings).- Parameters:
streamingExperienceSettings- a consumer that will call methods onStreamingExperienceSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
streamingExperienceSettings(StreamingExperienceSettings)
-
overrideConfiguration
UpdateStackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateStackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-