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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeExportConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeExportConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.