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 Amazon Web Services CloudFormation stacks to update.
|
UpdateCloudFormationCollectionFilter.Builder |
stackNames(String... stackNames)
An array of the names of the Amazon Web Services CloudFormation stacks to update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCloudFormationCollectionFilter.Builder stackNames(Collection<String> stackNames)
An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up to 500 Amazon Web Services CloudFormation stacks.
stackNames - An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up
to 500 Amazon Web Services CloudFormation stacks.UpdateCloudFormationCollectionFilter.Builder stackNames(String... stackNames)
An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up to 500 Amazon Web Services CloudFormation stacks.
stackNames - An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up
to 500 Amazon Web Services CloudFormation stacks.Copyright © 2023. All rights reserved.