CopyableBuilder<StackSummary.Builder,StackSummary>
, SdkBuilder<StackSummary.Builder,StackSummary>
public static interface StackSummary.Builder extends CopyableBuilder<StackSummary.Builder,StackSummary>
Modifier and Type | Method | Description |
---|---|---|
StackSummary.Builder |
appsCount(Integer appsCount) |
The number of apps.
|
StackSummary.Builder |
arn(String arn) |
The stack's ARN.
|
StackSummary.Builder |
instancesCount(InstancesCount instancesCount) |
An
InstancesCount object with the number of instances in each status. |
StackSummary.Builder |
layersCount(Integer layersCount) |
The number of layers.
|
StackSummary.Builder |
name(String name) |
The stack name.
|
StackSummary.Builder |
stackId(String stackId) |
The stack ID.
|
copy
apply, build
StackSummary.Builder stackId(String stackId)
The stack ID.
stackId
- The stack ID.StackSummary.Builder name(String name)
The stack name.
name
- The stack name.StackSummary.Builder arn(String arn)
The stack's ARN.
arn
- The stack's ARN.StackSummary.Builder layersCount(Integer layersCount)
The number of layers.
layersCount
- The number of layers.StackSummary.Builder appsCount(Integer appsCount)
The number of apps.
appsCount
- The number of apps.StackSummary.Builder instancesCount(InstancesCount instancesCount)
An InstancesCount
object with the number of instances in each status.
instancesCount
- An InstancesCount
object with the number of instances in each status.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.