public static interface ListImportsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListImportsRequest.Builder |
nextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports. |
ListImportsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListImportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListImportsRequest.Builder |
pageSize(Integer pageSize)
The number of
ImportSummary objects returned in a single page. |
ListImportsRequest.Builder |
tableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table that was imported to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImportsRequest.Builder tableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table that was imported to.
tableArn - The Amazon Resource Name (ARN) associated with the table that was imported to.ListImportsRequest.Builder pageSize(Integer pageSize)
The number of ImportSummary objects returned in a single page.
pageSize - The number of ImportSummary objects returned in a single page.ListImportsRequest.Builder nextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports. 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
ListImports. When provided in this manner, the API fetches the next page of results.ListImportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListImportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.