public static interface DescribeExportTasksRequest.Builder extends ApplicationDiscoveryRequest.Builder, CopyableBuilder<DescribeExportTasksRequest.Builder,DescribeExportTasksRequest>
Modifier and Type | Method and Description |
---|---|
DescribeExportTasksRequest.Builder |
exportIds(Collection<String> exportIds)
One or more unique identifiers used to query the status of an export request.
|
DescribeExportTasksRequest.Builder |
exportIds(String... exportIds)
One or more unique identifiers used to query the status of an export request.
|
DescribeExportTasksRequest.Builder |
filters(Collection<ExportFilter> filters)
One or more filters.
|
DescribeExportTasksRequest.Builder |
filters(Consumer<ExportFilter.Builder>... filters)
One or more filters.
|
DescribeExportTasksRequest.Builder |
filters(ExportFilter... filters)
One or more filters.
|
DescribeExportTasksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of volume results returned by
DescribeExportTasks in paginated output. |
DescribeExportTasksRequest.Builder |
nextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeExportTasks request
where maxResults was used and the results exceeded the value of that parameter. |
DescribeExportTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeExportTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeExportTasksRequest.Builder exportIds(Collection<String> exportIds)
One or more unique identifiers used to query the status of an export request.
exportIds
- One or more unique identifiers used to query the status of an export request.DescribeExportTasksRequest.Builder exportIds(String... exportIds)
One or more unique identifiers used to query the status of an export request.
exportIds
- One or more unique identifiers used to query the status of an export request.DescribeExportTasksRequest.Builder filters(Collection<ExportFilter> filters)
One or more filters.
AgentId
- ID of the agent whose collected data will be exported
filters
- One or more filters.
AgentId
- ID of the agent whose collected data will be exported
DescribeExportTasksRequest.Builder filters(ExportFilter... filters)
One or more filters.
AgentId
- ID of the agent whose collected data will be exported
filters
- One or more filters.
AgentId
- ID of the agent whose collected data will be exported
DescribeExportTasksRequest.Builder filters(Consumer<ExportFilter.Builder>... filters)
One or more filters.
AgentId
- ID of the agent whose collected data will be exported
List.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)
DescribeExportTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of volume results returned by DescribeExportTasks
in paginated output. When
this parameter is used, DescribeExportTasks
only returns maxResults
results in a
single page along with a nextToken
response element.
maxResults
- The maximum number of volume results returned by DescribeExportTasks
in paginated output.
When this parameter is used, DescribeExportTasks
only returns maxResults
results in a single page along with a nextToken
response element.DescribeExportTasksRequest.Builder nextToken(String nextToken)
The nextToken
value returned from a previous paginated DescribeExportTasks
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value is
null when there are no more results to return.
nextToken
- The nextToken
value returned from a previous paginated DescribeExportTasks
request where maxResults
was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken
value. This value is null when there are no more results to return.DescribeExportTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeExportTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.