public static interface DescribeExportConfigurationsRequest.Builder extends ApplicationDiscoveryRequest.Builder, CopyableBuilder<DescribeExportConfigurationsRequest.Builder,DescribeExportConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeExportConfigurationsRequest.Builder |
exportIds(Collection<String> 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.
|
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.
|
DescribeExportConfigurationsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeExportConfigurationsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeExportConfigurationsRequest.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.
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.DescribeExportConfigurationsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeExportConfigurationsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.