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 that describe a filter to return a more specific list of export jobs.
filters - An array of objects that describe a filter to return a more specific list of export jobs.DescribeRecommendationExportJobsRequest.Builder filters(JobFilter... filters)
An array of objects that describe a filter to return a more specific list of export jobs.
filters - An array of objects that describe a filter to return a more specific list of export jobs.DescribeRecommendationExportJobsRequest.Builder filters(Consumer<JobFilter.Builder>... filters)
An array of objects that describe a filter to return a more specific list of export jobs.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) 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 © 2021. All rights reserved.