Interface GetRecommendationSummariesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComputeOptimizerRequest.Builder,CopyableBuilder<GetRecommendationSummariesRequest.Builder,GetRecommendationSummariesRequest>,SdkBuilder<GetRecommendationSummariesRequest.Builder,GetRecommendationSummariesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetRecommendationSummariesRequest
public static interface GetRecommendationSummariesRequest.Builder extends ComputeOptimizerRequest.Builder, SdkPojo, CopyableBuilder<GetRecommendationSummariesRequest.Builder,GetRecommendationSummariesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRecommendationSummariesRequest.BuilderaccountIds(String... accountIds)The ID of the Amazon Web Services account for which to return recommendation summaries.GetRecommendationSummariesRequest.BuilderaccountIds(Collection<String> accountIds)The ID of the Amazon Web Services account for which to return recommendation summaries.GetRecommendationSummariesRequest.BuildermaxResults(Integer maxResults)The maximum number of recommendation summaries to return with a single request.GetRecommendationSummariesRequest.BuildernextToken(String nextToken)The token to advance to the next page of recommendation summaries.GetRecommendationSummariesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRecommendationSummariesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.computeoptimizer.model.ComputeOptimizerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
accountIds
GetRecommendationSummariesRequest.Builder accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account for which to return recommendation summaries.
If your account is the management account of an organization, use this parameter to specify the member account for which you want to return recommendation summaries.
Only one account ID can be specified per request.
- Parameters:
accountIds- The ID of the Amazon Web Services account for which to return recommendation summaries.If your account is the management account of an organization, use this parameter to specify the member account for which you want to return recommendation summaries.
Only one account ID can be specified per request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
GetRecommendationSummariesRequest.Builder accountIds(String... accountIds)
The ID of the Amazon Web Services account for which to return recommendation summaries.
If your account is the management account of an organization, use this parameter to specify the member account for which you want to return recommendation summaries.
Only one account ID can be specified per request.
- Parameters:
accountIds- The ID of the Amazon Web Services account for which to return recommendation summaries.If your account is the management account of an organization, use this parameter to specify the member account for which you want to return recommendation summaries.
Only one account ID can be specified per request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetRecommendationSummariesRequest.Builder nextToken(String nextToken)
The token to advance to the next page of recommendation summaries.
- Parameters:
nextToken- The token to advance to the next page of recommendation summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetRecommendationSummariesRequest.Builder maxResults(Integer maxResults)
The maximum number of recommendation summaries to return with a single request.
To retrieve the remaining results, make another request with the returned
nextTokenvalue.- Parameters:
maxResults- The maximum number of recommendation summaries to return with a single request.To retrieve the remaining results, make another request with the returned
nextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRecommendationSummariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetRecommendationSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-