Interface GetResourceCollectionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetResourceCollectionRequest.Builder,,- GetResourceCollectionRequest> - DevOpsGuruRequest.Builder,- SdkBuilder<GetResourceCollectionRequest.Builder,,- GetResourceCollectionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetResourceCollectionRequest
@Mutable
@NotThreadSafe
public static interface GetResourceCollectionRequest.Builder
extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<GetResourceCollectionRequest.Builder,GetResourceCollectionRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
resourceCollectionTypeThe 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 is- CLOUD_FORMATIONfor Amazon Web Services CloudFormation stacks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceCollectionTypeGetResourceCollectionRequest.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 is- CLOUD_FORMATIONfor Amazon Web Services CloudFormation stacks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe 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.
 
- 
overrideConfigurationGetResourceCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetResourceCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-