public static interface DescribeExportConfigurationsResponse.Builder extends ApplicationDiscoveryResponse.Builder, CopyableBuilder<DescribeExportConfigurationsResponse.Builder,DescribeExportConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeExportConfigurationsResponse.Builder |
exportsInfo(Collection<ExportInfo> exportsInfo)
Returns export details.
|
DescribeExportConfigurationsResponse.Builder |
exportsInfo(Consumer<ExportInfo.Builder>... exportsInfo)
Returns export details.
|
DescribeExportConfigurationsResponse.Builder |
exportsInfo(ExportInfo... exportsInfo)
Returns export details.
|
DescribeExportConfigurationsResponse.Builder |
nextToken(String nextToken)
A token to get the next set of results.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeExportConfigurationsResponse.Builder exportsInfo(Collection<ExportInfo> exportsInfo)
Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
exportsInfo - Returns export details. When the status is complete, the response includes a URL for an Amazon S3
bucket where you can view the data in a CSV file.DescribeExportConfigurationsResponse.Builder exportsInfo(ExportInfo... exportsInfo)
Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
exportsInfo - Returns export details. When the status is complete, the response includes a URL for an Amazon S3
bucket where you can view the data in a CSV file.DescribeExportConfigurationsResponse.Builder exportsInfo(Consumer<ExportInfo.Builder>... exportsInfo)
Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
This is a convenience that creates an instance of theList.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) DescribeExportConfigurationsResponse.Builder nextToken(String nextToken)
A token to get the next set of results. For example, if you specify 100 IDs for
DescribeExportConfigurationsRequest$exportIds but set
DescribeExportConfigurationsRequest$maxResults to 10, you get results in a set of 10. Use the
token in the query to get the next set of 10.
nextToken - A token to get the next set of results. For example, if you specify 100 IDs for
DescribeExportConfigurationsRequest$exportIds but set
DescribeExportConfigurationsRequest$maxResults to 10, you get results in a set of 10. Use
the token in the query to get the next set of 10.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.