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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeStacksRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.