public static interface DescribeStacksRequest.Builder extends OpsWorksRequest.Builder, CopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeStacksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeStacksRequest.Builder |
stackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described.
|
DescribeStacksRequest.Builder |
stackIds(String... stackIds)
An array of stack IDs that specify the stacks to be described.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeStacksRequest.Builder stackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described. If you omit this parameter,
DescribeStacks returns a description of every stack.
stackIds - An array of stack IDs that specify the stacks to be described. If you omit this parameter,
DescribeStacks returns a description of every stack.DescribeStacksRequest.Builder stackIds(String... stackIds)
An array of stack IDs that specify the stacks to be described. If you omit this parameter,
DescribeStacks returns a description of every stack.
stackIds - An array of stack IDs that specify the stacks to be described. If you omit this parameter,
DescribeStacks returns a description of every stack.DescribeStacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.