CopyableBuilder<DescribeExportConfigurationsResponse.Builder,DescribeExportConfigurationsResponse>
, SdkBuilder<DescribeExportConfigurationsResponse.Builder,DescribeExportConfigurationsResponse>
public static interface DescribeExportConfigurationsResponse.Builder extends CopyableBuilder<DescribeExportConfigurationsResponse.Builder,DescribeExportConfigurationsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeExportConfigurationsResponse.Builder |
exportsInfo(Collection<ExportInfo> 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.
|
copy
apply, build
DescribeExportConfigurationsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setExportsInfo(java.util.Collection)
or #withExportsInfo(java.util.Collection)
if you want
to override the existing values.
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 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.