Interface ListRecommendedActionSummariesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComputeOptimizerAutomationRequest.Builder,CopyableBuilder<ListRecommendedActionSummariesRequest.Builder,,ListRecommendedActionSummariesRequest> SdkBuilder<ListRecommendedActionSummariesRequest.Builder,,ListRecommendedActionSummariesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListRecommendedActionSummariesRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters(Collection<RecommendedActionFilter> filters) A list of filters to apply when retrieving recommended action summaries.filters(Consumer<RecommendedActionFilter.Builder>... filters) A list of filters to apply when retrieving recommended action summaries.filters(RecommendedActionFilter... filters) A list of filters to apply when retrieving recommended action summaries.maxResults(Integer maxResults) The maximum number of recommended action summaries to return in a single response.A token used for pagination to retrieve the next set of results when the response is truncated.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.computeoptimizerautomation.model.ComputeOptimizerAutomationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
filters
A list of filters to apply when retrieving recommended action summaries. Filters can be based on resource type, action type, account ID, and other criteria.
- Parameters:
filters- A list of filters to apply when retrieving recommended action summaries. Filters can be based on resource type, action type, account ID, and other criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of filters to apply when retrieving recommended action summaries. Filters can be based on resource type, action type, account ID, and other criteria.
- Parameters:
filters- A list of filters to apply when retrieving recommended action summaries. Filters can be based on resource type, action type, account ID, and other criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListRecommendedActionSummariesRequest.Builder filters(Consumer<RecommendedActionFilter.Builder>... filters) A list of filters to apply when retrieving recommended action summaries. Filters can be based on resource type, action type, account ID, and other criteria.
This is a convenience method that creates an instance of theRecommendedActionFilter.Builderavoiding the need to create one manually viaRecommendedActionFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<RecommendedActionFilter>).- Parameters:
filters- a consumer that will call methods onRecommendedActionFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of recommended action summaries to return in a single response. Valid range is 1-1000.
- Parameters:
maxResults- The maximum number of recommended action summaries to return in a single response. Valid range is 1-1000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token used for pagination to retrieve the next set of results when the response is truncated.
- Parameters:
nextToken- A token used for pagination to retrieve the next set of results when the response is truncated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRecommendedActionSummariesRequest.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
ListRecommendedActionSummariesRequest.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.
-