public static interface DescribeExportTasksResponse.Builder extends ApplicationDiscoveryResponse.Builder, CopyableBuilder<DescribeExportTasksResponse.Builder,DescribeExportTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeExportTasksResponse.Builder |
exportsInfo(Collection<ExportInfo> exportsInfo)
Contains one or more sets of export request details.
|
DescribeExportTasksResponse.Builder |
exportsInfo(Consumer<ExportInfo.Builder>... exportsInfo)
Contains one or more sets of export request details.
|
DescribeExportTasksResponse.Builder |
exportsInfo(ExportInfo... exportsInfo)
Contains one or more sets of export request details.
|
DescribeExportTasksResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future DescribeExportTasks request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeExportTasksResponse.Builder exportsInfo(Collection<ExportInfo> exportsInfo)
Contains one or more sets of export request details. When the status of a request is SUCCEEDED,
the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
exportsInfo - Contains one or more sets of export request details. When the status of a request is
SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the
data in a CSV file.DescribeExportTasksResponse.Builder exportsInfo(ExportInfo... exportsInfo)
Contains one or more sets of export request details. When the status of a request is SUCCEEDED,
the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
exportsInfo - Contains one or more sets of export request details. When the status of a request is
SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the
data in a CSV file.DescribeExportTasksResponse.Builder exportsInfo(Consumer<ExportInfo.Builder>... exportsInfo)
Contains one or more sets of export request details. When the status of a request is SUCCEEDED,
the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
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 #exportsInfo(List) .exportsInfo - a consumer that will call methods on List.Builder #exportsInfo(List) DescribeExportTasksResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future DescribeExportTasks request. When the
results of a DescribeExportTasks request exceed maxResults, this value can be used
to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future DescribeExportTasks request. When
the results of a DescribeExportTasks request exceed maxResults, this value
can be used to retrieve the next page of results. This value is null when there are no more results to
return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.