public static interface GetResourceCollectionRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<GetResourceCollectionRequest.Builder,GetResourceCollectionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetResourceCollectionRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
GetResourceCollectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetResourceCollectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetResourceCollectionRequest.Builder |
resourceCollectionType(ResourceCollectionType resourceCollectionType)
The type of AWS resource collections to return.
|
GetResourceCollectionRequest.Builder |
resourceCollectionType(String resourceCollectionType)
The type of AWS resource collections to return.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceCollectionRequest.Builder resourceCollectionType(String resourceCollectionType)
The type of AWS resource collections to return. The one valid value is CLOUD_FORMATION for AWS
CloudFormation stacks.
resourceCollectionType - The type of AWS resource collections to return. The one valid value is CLOUD_FORMATION
for AWS CloudFormation stacks.ResourceCollectionType,
ResourceCollectionTypeGetResourceCollectionRequest.Builder resourceCollectionType(ResourceCollectionType resourceCollectionType)
The type of AWS resource collections to return. The one valid value is CLOUD_FORMATION for AWS
CloudFormation stacks.
resourceCollectionType - The type of AWS resource collections to return. The one valid value is CLOUD_FORMATION
for AWS CloudFormation stacks.ResourceCollectionType,
ResourceCollectionTypeGetResourceCollectionRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.GetResourceCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetResourceCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.