Interface UpdateCloudFormationCollectionFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateCloudFormationCollectionFilter.Builder,UpdateCloudFormationCollectionFilter>,SdkBuilder<UpdateCloudFormationCollectionFilter.Builder,UpdateCloudFormationCollectionFilter>,SdkPojo
- Enclosing class:
- UpdateCloudFormationCollectionFilter
public static interface UpdateCloudFormationCollectionFilter.Builder extends SdkPojo, CopyableBuilder<UpdateCloudFormationCollectionFilter.Builder,UpdateCloudFormationCollectionFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCloudFormationCollectionFilter.BuilderstackNames(String... stackNames)An array of the names of the Amazon Web Services CloudFormation stacks to update.UpdateCloudFormationCollectionFilter.BuilderstackNames(Collection<String> stackNames)An array of the names of the Amazon Web Services CloudFormation stacks to update.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
stackNames
UpdateCloudFormationCollectionFilter.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackNames
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-