public static interface GetEbsVolumeRecommendationsRequest.Builder extends ComputeOptimizerRequest.Builder, SdkPojo, CopyableBuilder<GetEbsVolumeRecommendationsRequest.Builder,GetEbsVolumeRecommendationsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetEbsVolumeRecommendationsRequest.Builder |
accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account for which to return volume recommendations.
|
GetEbsVolumeRecommendationsRequest.Builder |
accountIds(String... accountIds)
The ID of the Amazon Web Services account for which to return volume recommendations.
|
GetEbsVolumeRecommendationsRequest.Builder |
filters(Collection<EBSFilter> filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
|
GetEbsVolumeRecommendationsRequest.Builder |
filters(Consumer<EBSFilter.Builder>... filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
|
GetEbsVolumeRecommendationsRequest.Builder |
filters(EBSFilter... filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
|
GetEbsVolumeRecommendationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of volume recommendations to return with a single request.
|
GetEbsVolumeRecommendationsRequest.Builder |
nextToken(String nextToken)
The token to advance to the next page of volume recommendations.
|
GetEbsVolumeRecommendationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEbsVolumeRecommendationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEbsVolumeRecommendationsRequest.Builder |
volumeArns(Collection<String> volumeArns)
The Amazon Resource Name (ARN) of the volumes for which to return recommendations.
|
GetEbsVolumeRecommendationsRequest.Builder |
volumeArns(String... volumeArns)
The Amazon Resource Name (ARN) of the volumes for which to return recommendations.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEbsVolumeRecommendationsRequest.Builder volumeArns(Collection<String> volumeArns)
The Amazon Resource Name (ARN) of the volumes for which to return recommendations.
volumeArns - The Amazon Resource Name (ARN) of the volumes for which to return recommendations.GetEbsVolumeRecommendationsRequest.Builder volumeArns(String... volumeArns)
The Amazon Resource Name (ARN) of the volumes for which to return recommendations.
volumeArns - The Amazon Resource Name (ARN) of the volumes for which to return recommendations.GetEbsVolumeRecommendationsRequest.Builder nextToken(String nextToken)
The token to advance to the next page of volume recommendations.
nextToken - The token to advance to the next page of volume recommendations.GetEbsVolumeRecommendationsRequest.Builder maxResults(Integer maxResults)
The maximum number of volume recommendations to return with a single request.
To retrieve the remaining results, make another request with the returned nextToken value.
maxResults - The maximum number of volume recommendations to return with a single request.
To retrieve the remaining results, make another request with the returned nextToken
value.
GetEbsVolumeRecommendationsRequest.Builder filters(Collection<EBSFilter> filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
filters - An array of objects to specify a filter that returns a more specific list of volume recommendations.GetEbsVolumeRecommendationsRequest.Builder filters(EBSFilter... filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
filters - An array of objects to specify a filter that returns a more specific list of volume recommendations.GetEbsVolumeRecommendationsRequest.Builder filters(Consumer<EBSFilter.Builder>... filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
This is a convenience method that creates an instance of theEBSFilter.Builder avoiding the need to create
one manually via EBSFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
EBSFilter.Builder#filters(java.util.Collection) GetEbsVolumeRecommendationsRequest.Builder accountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account for which to return volume recommendations.
If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.
Only one account ID can be specified per request.
accountIds - The ID of the Amazon Web Services account for which to return volume recommendations.
If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.
Only one account ID can be specified per request.
GetEbsVolumeRecommendationsRequest.Builder accountIds(String... accountIds)
The ID of the Amazon Web Services account for which to return volume recommendations.
If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.
Only one account ID can be specified per request.
accountIds - The ID of the Amazon Web Services account for which to return volume recommendations.
If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.
Only one account ID can be specified per request.
GetEbsVolumeRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetEbsVolumeRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.