Interface DescribeImportTasksRequest.Builder
- All Superinterfaces:
ApplicationDiscoveryRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeImportTasksRequest.Builder,
,DescribeImportTasksRequest> SdkBuilder<DescribeImportTasksRequest.Builder,
,DescribeImportTasksRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeImportTasksRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<ImportTaskFilter> filters) An array of name-value pairs that you provide to filter the results for theDescribeImportTask
request to a specific subset of results.filters
(Consumer<ImportTaskFilter.Builder>... filters) An array of name-value pairs that you provide to filter the results for theDescribeImportTask
request to a specific subset of results.filters
(ImportTaskFilter... filters) An array of name-value pairs that you provide to filter the results for theDescribeImportTask
request to a specific subset of results.maxResults
(Integer maxResults) The maximum number of results that you want this request to return, up to 100.The token to request a specific page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryRequest.Builder
build
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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
filters
An array of name-value pairs that you provide to filter the results for the
DescribeImportTask
request to a specific subset of results. Currently, wildcard values aren't supported for filters.- Parameters:
filters
- An array of name-value pairs that you provide to filter the results for theDescribeImportTask
request to a specific subset of results. Currently, wildcard values aren't supported for filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
An array of name-value pairs that you provide to filter the results for the
DescribeImportTask
request to a specific subset of results. Currently, wildcard values aren't supported for filters.- Parameters:
filters
- An array of name-value pairs that you provide to filter the results for theDescribeImportTask
request to a specific subset of results. Currently, wildcard values aren't supported for filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
An array of name-value pairs that you provide to filter the results for the
This is a convenience method that creates an instance of theDescribeImportTask
request to a specific subset of results. Currently, wildcard values aren't supported for filters.ImportTaskFilter.Builder
avoiding the need to create one manually viaImportTaskFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<ImportTaskFilter>)
.- Parameters:
filters
- a consumer that will call methods onImportTaskFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results that you want this request to return, up to 100.
- Parameters:
maxResults
- The maximum number of results that you want this request to return, up to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to request a specific page of results.
- Parameters:
nextToken
- The token to request a specific page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeImportTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeImportTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-