Interface ListImportsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListImportsRequest.Builder,
,ListImportsRequest> DynamoDbRequest.Builder
,SdkBuilder<ListImportsRequest.Builder,
,ListImportsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListImportsRequest
public static interface ListImportsRequest.Builder
extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionAn optional string that, if supplied, must be copied from the output of a previous call toListImports
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The number ofImportSummary
objects returned in a single page.The Amazon Resource Name (ARN) associated with the table that was imported to.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
tableArn
The Amazon Resource Name (ARN) associated with the table that was imported to.
- Parameters:
tableArn
- The Amazon Resource Name (ARN) associated with the table that was imported to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
The number of
ImportSummary
objects returned in a single page.- Parameters:
pageSize
- The number ofImportSummary
objects returned in a single page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
nextToken
- An optional string that, if supplied, must be copied from the output of a previous call toListImports
. When provided in this manner, the API fetches the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListImportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListImportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-