Interface DescribeImportImageTasksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeImportImageTasksRequest.Builder,DescribeImportImageTasksRequest>,Ec2Request.Builder,SdkBuilder<DescribeImportImageTasksRequest.Builder,DescribeImportImageTasksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeImportImageTasksRequest
@Mutable @NotThreadSafe public static interface DescribeImportImageTasksRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeImportImageTasksRequest.Builder,DescribeImportImageTasksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeImportImageTasksRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeImportImageTasksRequest.Builderfilters(Collection<Filter> filters)Filter tasks using thetask-statefilter and one of the following values:active,completed,deleting, ordeleted.DescribeImportImageTasksRequest.Builderfilters(Consumer<Filter.Builder>... filters)Filter tasks using thetask-statefilter and one of the following values:active,completed,deleting, ordeleted.DescribeImportImageTasksRequest.Builderfilters(Filter... filters)Filter tasks using thetask-statefilter and one of the following values:active,completed,deleting, ordeleted.DescribeImportImageTasksRequest.BuilderimportTaskIds(String... importTaskIds)The IDs of the import image tasks.DescribeImportImageTasksRequest.BuilderimportTaskIds(Collection<String> importTaskIds)The IDs of the import image tasks.DescribeImportImageTasksRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.DescribeImportImageTasksRequest.BuildernextToken(String nextToken)A token that indicates the next page of results.DescribeImportImageTasksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeImportImageTasksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dryRun
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. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeImportImageTasksRequest.Builder filters(Collection<Filter> filters)
Filter tasks using the
task-statefilter and one of the following values:active,completed,deleting, ordeleted.- Parameters:
filters- Filter tasks using thetask-statefilter and one of the following values:active,completed,deleting, ordeleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeImportImageTasksRequest.Builder filters(Filter... filters)
Filter tasks using the
task-statefilter and one of the following values:active,completed,deleting, ordeleted.- Parameters:
filters- Filter tasks using thetask-statefilter and one of the following values:active,completed,deleting, ordeleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeImportImageTasksRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filter tasks using the
This is a convenience method that creates an instance of thetask-statefilter and one of the following values:active,completed,deleting, ordeleted.Filter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
importTaskIds
DescribeImportImageTasksRequest.Builder importTaskIds(Collection<String> importTaskIds)
The IDs of the import image tasks.
- Parameters:
importTaskIds- The IDs of the import image tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importTaskIds
DescribeImportImageTasksRequest.Builder importTaskIds(String... importTaskIds)
The IDs of the import image tasks.
- Parameters:
importTaskIds- The IDs of the import image tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeImportImageTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
- Parameters:
maxResults- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeImportImageTasksRequest.Builder nextToken(String nextToken)
A token that indicates the next page of results.
- Parameters:
nextToken- A token that indicates the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeImportImageTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeImportImageTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-