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 Amazon Web Services resource collections.
|
GetResourceCollectionResponse.Builder |
resourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of Amazon Web Services resource collections.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceCollectionResponse.Builder resourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
resourceCollection - The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services
resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services
resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the
Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag
key. You can specify up to 500 Amazon Web Services CloudFormation stacks.default GetResourceCollectionResponse.Builder resourceCollection(Consumer<ResourceCollectionFilter.Builder> resourceCollection)
The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
This is a convenience method 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 © 2023. All rights reserved.