public static interface DescribeRecommendationExportJobsRequest.Builder extends ComputeOptimizerRequest.Builder, SdkPojo, CopyableBuilder<DescribeRecommendationExportJobsRequest.Builder,DescribeRecommendationExportJobsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRecommendationExportJobsRequest.Builder jobIds(Collection<String> jobIds)
The identification numbers of the export jobs to return.
An export job ID is returned when you create an export using the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions.
All export jobs created in the last seven days are returned if this parameter is omitted.
jobIds - The identification numbers of the export jobs to return.
An export job ID is returned when you create an export using the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions.
All export jobs created in the last seven days are returned if this parameter is omitted.
DescribeRecommendationExportJobsRequest.Builder jobIds(String... jobIds)
The identification numbers of the export jobs to return.
An export job ID is returned when you create an export using the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions.
All export jobs created in the last seven days are returned if this parameter is omitted.
jobIds - The identification numbers of the export jobs to return.
An export job ID is returned when you create an export using the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions.
All export jobs created in the last seven days are returned if this parameter is omitted.
DescribeRecommendationExportJobsRequest.Builder filters(Collection<JobFilter> filters)
An array of objects to specify a filter that returns a more specific list of export jobs.
filters - An array of objects to specify a filter that returns a more specific list of export jobs.DescribeRecommendationExportJobsRequest.Builder filters(JobFilter... filters)
An array of objects to specify a filter that returns a more specific list of export jobs.
filters - An array of objects to specify a filter that returns a more specific list of export jobs.DescribeRecommendationExportJobsRequest.Builder filters(Consumer<JobFilter.Builder>... filters)
An array of objects to specify a filter that returns a more specific list of export jobs.
This is a convenience method that creates an instance of theJobFilter.Builder avoiding the need to create
one manually via JobFilter.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
JobFilter.Builder#filters(java.util.Collection) DescribeRecommendationExportJobsRequest.Builder nextToken(String nextToken)
The token to advance to the next page of export jobs.
nextToken - The token to advance to the next page of export jobs.DescribeRecommendationExportJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of export jobs to return with a single request.
To retrieve the remaining results, make another request with the returned nextToken value.
maxResults - The maximum number of export jobs to return with a single request.
To retrieve the remaining results, make another request with the returned nextToken
value.
DescribeRecommendationExportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeRecommendationExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.