public static interface Stack.Builder extends CopyableBuilder<Stack.Builder,Stack>
| Modifier and Type | Method and Description |
|---|---|
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 displayed to end users.
|
Stack.Builder |
displayName(String displayName)
The stack name displayed to end users.
|
Stack.Builder |
name(String name)
The name of the stack.
|
Stack.Builder |
stackErrors(Collection<StackError> 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(StorageConnector... storageConnectors)
The storage connectors to enable.
|
copyapply, 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 displayed to end users.
description - The description displayed to end users.Stack.Builder displayName(String displayName)
The stack name displayed to end users.
displayName - The stack name displayed to end users.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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.