public static interface DescribeStacksRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStacksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.