public static interface DescribeImportImageTasksRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeImportImageTasksRequest.Builder,DescribeImportImageTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeImportImageTasksRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeImportImageTasksRequest.Builder |
filters(Collection<Filter> filters)
Filter tasks using the
task-state filter and one of the following values: active,
completed, deleting, or deleted. |
DescribeImportImageTasksRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
Filter tasks using the
task-state filter and one of the following values: active,
completed, deleting, or deleted. |
DescribeImportImageTasksRequest.Builder |
filters(Filter... filters)
Filter tasks using the
task-state filter and one of the following values: active,
completed, deleting, or deleted. |
DescribeImportImageTasksRequest.Builder |
importTaskIds(Collection<String> importTaskIds)
The IDs of the import image tasks.
|
DescribeImportImageTasksRequest.Builder |
importTaskIds(String... importTaskIds)
The IDs of the import image tasks.
|
DescribeImportImageTasksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeImportImageTasksRequest.Builder |
nextToken(String nextToken)
A token that indicates the next page of results.
|
DescribeImportImageTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeImportImageTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImportImageTasksRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DescribeImportImageTasksRequest.Builder filters(Collection<Filter> filters)
Filter tasks using the task-state filter and one of the following values: active,
completed, deleting, or deleted.
filters - Filter tasks using the task-state filter and one of the following values:
active, completed, deleting, or deleted.DescribeImportImageTasksRequest.Builder filters(Filter... filters)
Filter tasks using the task-state filter and one of the following values: active,
completed, deleting, or deleted.
filters - Filter tasks using the task-state filter and one of the following values:
active, completed, deleting, or deleted.DescribeImportImageTasksRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filter tasks using the task-state filter and one of the following values: active,
completed, deleting, or deleted.
Filter.Builder avoiding the need to create one manually via
Filter.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 Filter.Builder#filters(java.util.Collection) DescribeImportImageTasksRequest.Builder importTaskIds(Collection<String> importTaskIds)
The IDs of the import image tasks.
importTaskIds - The IDs of the import image tasks.DescribeImportImageTasksRequest.Builder importTaskIds(String... importTaskIds)
The IDs of the import image tasks.
importTaskIds - The IDs of the import image tasks.DescribeImportImageTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.DescribeImportImageTasksRequest.Builder nextToken(String nextToken)
A token that indicates the next page of results.
nextToken - A token that indicates the next page of results.DescribeImportImageTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeImportImageTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.