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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceCollectionType
The type of Amazon Web Services resource collections to return. The one valid value is
CLOUD_FORMATION
for Amazon Web Services CloudFormation stacks.- Parameters:
resourceCollectionType
- The type of Amazon Web Services resource collections to return. The one valid value isCLOUD_FORMATION
for 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_FORMATION
for Amazon Web Services CloudFormation stacks.- Parameters:
resourceCollectionType
- The type of Amazon Web Services resource collections to return. The one valid value isCLOUD_FORMATION
for 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-