CopyableBuilder<DescribeExportConfigurationsRequest.Builder,DescribeExportConfigurationsRequest>
, SdkBuilder<DescribeExportConfigurationsRequest.Builder,DescribeExportConfigurationsRequest>
public static interface DescribeExportConfigurationsRequest.Builder extends CopyableBuilder<DescribeExportConfigurationsRequest.Builder,DescribeExportConfigurationsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeExportConfigurationsRequest.Builder |
exportIds(String... exportIds) |
A unique identifier that you can use to query the export status.
|
DescribeExportConfigurationsRequest.Builder |
exportIds(Collection<String> exportIds) |
A unique identifier that you can use to query the export status.
|
DescribeExportConfigurationsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results that you want to display as a part of the query.
|
DescribeExportConfigurationsRequest.Builder |
nextToken(String nextToken) |
A token to get the next set of results.
|
copy
apply, build
DescribeExportConfigurationsRequest.Builder exportIds(Collection<String> exportIds)
A unique identifier that you can use to query the export status.
exportIds
- A unique identifier that you can use to query the export status.DescribeExportConfigurationsRequest.Builder exportIds(String... exportIds)
A unique identifier that you can use to query the export status.
NOTE: This method appends the values to the existing list (if any). Use
#setExportIds(java.util.Collection)
or #withExportIds(java.util.Collection)
if you want to
override the existing values.
exportIds
- A unique identifier that you can use to query the export status.DescribeExportConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that you want to display as a part of the query.
maxResults
- The maximum number of results that you want to display as a part of the query.DescribeExportConfigurationsRequest.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.