CopyableBuilder<CreateStackRequest.Builder,CreateStackRequest>, SdkBuilder<CreateStackRequest.Builder,CreateStackRequest>public static interface CreateStackRequest.Builder extends CopyableBuilder<CreateStackRequest.Builder,CreateStackRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateStackRequest.Builder |
description(String description) |
The description displayed to end users on the AppStream 2.0 portal.
|
CreateStackRequest.Builder |
displayName(String displayName) |
The name displayed to end users on the AppStream 2.0 portal.
|
CreateStackRequest.Builder |
name(String name) |
The unique identifier for this stack.
|
CreateStackRequest.Builder |
storageConnectors(Collection<StorageConnector> storageConnectors) |
The storage connectors to be enabled for the stack.
|
CreateStackRequest.Builder |
storageConnectors(StorageConnector... storageConnectors) |
The storage connectors to be enabled for the stack.
|
copyapply, buildCreateStackRequest.Builder name(String name)
The unique identifier for this stack.
name - The unique identifier for this stack.CreateStackRequest.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.CreateStackRequest.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.CreateStackRequest.Builder storageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
storageConnectors - The storage connectors to be enabled for the stack.CreateStackRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.