public static interface GetResourceCollectionResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<GetResourceCollectionResponse.Builder,GetResourceCollectionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourceCollectionResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
default GetResourceCollectionResponse.Builder |
resourceCollection(Consumer<ResourceCollectionFilter.Builder> resourceCollection)
The requested list of AWS resource collections.
|
GetResourceCollectionResponse.Builder |
resourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of AWS resource collections.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceCollectionResponse.Builder resourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of AWS resource collections. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
resourceCollection - The requested list of AWS resource collections. The one type of AWS resource collection supported is
AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are
defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.default GetResourceCollectionResponse.Builder resourceCollection(Consumer<ResourceCollectionFilter.Builder> resourceCollection)
The requested list of AWS resource collections. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
This is a convenience that creates an instance of theResourceCollectionFilter.Builder avoiding the
need to create one manually via ResourceCollectionFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to resourceCollection(ResourceCollectionFilter).resourceCollection - a consumer that will call methods on ResourceCollectionFilter.BuilderresourceCollection(ResourceCollectionFilter)GetResourceCollectionResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2021. All rights reserved.