public static interface ListExportsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListExportsRequest.Builder,ListExportsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExportsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return per page.
|
ListExportsRequest.Builder |
nextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. |
ListExportsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListExportsRequest.Builder |
tableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the exported table.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExportsRequest.Builder tableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the exported table.
tableArn - The Amazon Resource Name (ARN) associated with the exported table.ListExportsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return per page.
maxResults - Maximum number of results to return per page.ListExportsRequest.Builder nextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. When provided in this manner, the API fetches the next page of results.
nextToken - An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. When provided in this manner, the API fetches the next page of results.ListExportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.