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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourceCollectionRequest.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.GetResourceCollectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetResourceCollectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetResourceCollectionRequest.BuilderresourceCollectionType(String resourceCollectionType)The type of Amazon Web Services resource collections to return.GetResourceCollectionRequest.BuilderresourceCollectionType(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 Detail
-
resourceCollectionType
GetResourceCollectionRequest.Builder resourceCollectionType(String 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,ResourceCollectionType
-
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:
ResourceCollectionType,ResourceCollectionType
-
nextToken
GetResourceCollectionRequest.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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetResourceCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-