Interface GetResourceCollectionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<GetResourceCollectionRequest.Builder,,GetResourceCollectionRequest> DevOpsGuruRequest.Builder,SdkBuilder<GetResourceCollectionRequest.Builder,,GetResourceCollectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GetResourceCollectionRequest
public static interface GetResourceCollectionRequest.Builder
extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<GetResourceCollectionRequest.Builder,GetResourceCollectionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe pagination token to use to retrieve the next page of results for this operation.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceCollectionType(String resourceCollectionType) The type of Amazon Web Services resource collections to return.resourceCollectionType(ResourceCollectionType resourceCollectionType) The type of Amazon Web Services resource collections to return.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
resourceCollectionType
The type of Amazon Web Services resource collections to return. The one valid value is
CLOUD_FORMATIONfor Amazon Web Services CloudFormation stacks.- Parameters:
 resourceCollectionType- The type of Amazon Web Services resource collections to return. The one valid value isCLOUD_FORMATIONfor Amazon Web Services CloudFormation stacks.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
resourceCollectionType
GetResourceCollectionRequest.Builder resourceCollectionType(ResourceCollectionType resourceCollectionType) The type of Amazon Web Services resource collections to return. The one valid value is
CLOUD_FORMATIONfor Amazon Web Services CloudFormation stacks.- Parameters:
 resourceCollectionType- The type of Amazon Web Services resource collections to return. The one valid value isCLOUD_FORMATIONfor Amazon Web Services CloudFormation stacks.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
GetResourceCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
GetResourceCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -