public static interface UpdateCloudFormationCollectionFilter.Builder extends SdkPojo, CopyableBuilder<UpdateCloudFormationCollectionFilter.Builder,UpdateCloudFormationCollectionFilter>
| Modifier and Type | Method and Description |
|---|---|
UpdateCloudFormationCollectionFilter.Builder |
stackNames(Collection<String> stackNames)
An array of the names of the AWS CloudFormation stacks to update.
|
UpdateCloudFormationCollectionFilter.Builder |
stackNames(String... stackNames)
An array of the names of the AWS CloudFormation stacks to update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCloudFormationCollectionFilter.Builder stackNames(Collection<String> stackNames)
An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.
stackNames - An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS
CloudFormation stacks.UpdateCloudFormationCollectionFilter.Builder stackNames(String... stackNames)
An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.
stackNames - An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS
CloudFormation stacks.Copyright © 2021. All rights reserved.