public static interface ResourceCollection.Builder extends SdkPojo, CopyableBuilder<ResourceCollection.Builder,ResourceCollection>
| Modifier and Type | Method and Description |
|---|---|
ResourceCollection.Builder |
cloudFormation(CloudFormationCollection cloudFormation)
An array of the names of AWS CloudFormation stacks.
|
default ResourceCollection.Builder |
cloudFormation(Consumer<CloudFormationCollection.Builder> cloudFormation)
An array of the names of AWS CloudFormation stacks.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceCollection.Builder cloudFormation(CloudFormationCollection cloudFormation)
An array of the names of AWS CloudFormation stacks. The stacks define AWS resources that DevOps Guru analyzes. You can specify up to 500 AWS CloudFormation stacks.
cloudFormation - An array of the names of AWS CloudFormation stacks. The stacks define AWS resources that DevOps Guru
analyzes. You can specify up to 500 AWS CloudFormation stacks.default ResourceCollection.Builder cloudFormation(Consumer<CloudFormationCollection.Builder> cloudFormation)
An array of the names of AWS CloudFormation stacks. The stacks define AWS resources that DevOps Guru analyzes. You can specify up to 500 AWS CloudFormation stacks.
This is a convenience that creates an instance of theCloudFormationCollection.Builder avoiding the
need to create one manually via CloudFormationCollection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to cloudFormation(CloudFormationCollection).cloudFormation - a consumer that will call methods on CloudFormationCollection.BuildercloudFormation(CloudFormationCollection)Copyright © 2021. All rights reserved.