CopyableBuilder<UpdateStackRequest.Builder,UpdateStackRequest>
, SdkBuilder<UpdateStackRequest.Builder,UpdateStackRequest>
public static interface UpdateStackRequest.Builder extends CopyableBuilder<UpdateStackRequest.Builder,UpdateStackRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateStackRequest.Builder |
deleteStorageConnectors(Boolean deleteStorageConnectors) |
Remove all the storage connectors currently enabled for the stack.
|
UpdateStackRequest.Builder |
description(String description) |
The description displayed to end users on the AppStream 2.0 portal.
|
UpdateStackRequest.Builder |
displayName(String displayName) |
The name displayed to end users on the AppStream 2.0 portal.
|
UpdateStackRequest.Builder |
name(String name) |
The name of the stack to update.
|
UpdateStackRequest.Builder |
storageConnectors(Collection<StorageConnector> storageConnectors) |
The storage connectors to be enabled for the stack.
|
UpdateStackRequest.Builder |
storageConnectors(StorageConnector... storageConnectors) |
The storage connectors to be enabled for the stack.
|
copy
apply, build
UpdateStackRequest.Builder displayName(String displayName)
The name displayed to end users on the AppStream 2.0 portal.
displayName
- The name displayed to end users on the AppStream 2.0 portal.UpdateStackRequest.Builder description(String description)
The description displayed to end users on the AppStream 2.0 portal.
description
- The description displayed to end users on the AppStream 2.0 portal.UpdateStackRequest.Builder name(String name)
The name of the stack to update.
name
- The name of the stack to update.UpdateStackRequest.Builder storageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
storageConnectors
- The storage connectors to be enabled for the stack.UpdateStackRequest.Builder storageConnectors(StorageConnector... storageConnectors)
The storage connectors to be enabled for the stack.
NOTE: This method appends the values to the existing list (if any). Use
#setStorageConnectors(java.util.Collection)
or #withStorageConnectors(java.util.Collection)
if you want to override the existing values.
storageConnectors
- The storage connectors to be enabled for the stack.UpdateStackRequest.Builder deleteStorageConnectors(Boolean deleteStorageConnectors)
Remove all the storage connectors currently enabled for the stack.
deleteStorageConnectors
- Remove all the storage connectors currently enabled for the stack.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.