public static interface StackSetSummary.Builder extends CopyableBuilder<StackSetSummary.Builder,StackSetSummary>
| Modifier and Type | Method and Description |
|---|---|
StackSetSummary.Builder |
description(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
StackSetSummary.Builder |
stackSetId(String stackSetId)
The ID of the stack set.
|
StackSetSummary.Builder |
stackSetName(String stackSetName)
The name of the stack set.
|
StackSetSummary.Builder |
status(StackSetStatus status)
The status of the stack set.
|
StackSetSummary.Builder |
status(String status)
The status of the stack set.
|
copyapply, buildStackSetSummary.Builder stackSetName(String stackSetName)
The name of the stack set.
stackSetName - The name of the stack set.StackSetSummary.Builder stackSetId(String stackSetId)
The ID of the stack set.
stackSetId - The ID of the stack set.StackSetSummary.Builder description(String description)
A description of the stack set that you specify when the stack set is created or updated.
description - A description of the stack set that you specify when the stack set is created or updated.StackSetSummary.Builder status(String status)
The status of the stack set.
status - The status of the stack set.StackSetStatus,
StackSetStatusStackSetSummary.Builder status(StackSetStatus status)
The status of the stack set.
status - The status of the stack set.StackSetStatus,
StackSetStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.