CopyableBuilder<DescribeLayersRequest.Builder,DescribeLayersRequest>, SdkBuilder<DescribeLayersRequest.Builder,DescribeLayersRequest>public static interface DescribeLayersRequest.Builder extends CopyableBuilder<DescribeLayersRequest.Builder,DescribeLayersRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeLayersRequest.Builder |
layerIds(String... layerIds) |
An array of layer IDs that specify the layers to be described.
|
DescribeLayersRequest.Builder |
layerIds(Collection<String> layerIds) |
An array of layer IDs that specify the layers to be described.
|
DescribeLayersRequest.Builder |
stackId(String stackId) |
The stack ID.
|
copyapply, buildDescribeLayersRequest.Builder stackId(String stackId)
The stack ID.
stackId - The stack ID.DescribeLayersRequest.Builder layerIds(Collection<String> layerIds)
An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers returns a description of every layer in the specified stack.
layerIds - An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers returns a description of every layer in the specified stack.DescribeLayersRequest.Builder layerIds(String... layerIds)
An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers returns a description of every layer in the specified stack.
NOTE: This method appends the values to the existing list (if any). Use
#setLayerIds(java.util.Collection) or #withLayerIds(java.util.Collection) if you want to
override the existing values.
layerIds - An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers returns a description of every layer in the specified stack.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.