Interface ListImportsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>,DynamoDbRequest.Builder,SdkBuilder<ListImportsRequest.Builder,ListImportsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListImportsRequest
@Mutable @NotThreadSafe public static interface ListImportsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListImportsRequest.BuildernextToken(String nextToken)An optional string that, if supplied, must be copied from the output of a previous call toListImports.ListImportsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListImportsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListImportsRequest.BuilderpageSize(Integer pageSize)The number ofImportSummaryobjects returned in a single page.ListImportsRequest.BuildertableArn(String tableArn)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tableArn
ListImportsRequest.Builder tableArn(String 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
ListImportsRequest.Builder pageSize(Integer pageSize)
The number of
ImportSummaryobjects returned in a single page.- Parameters:
pageSize- The number ofImportSummaryobjects returned in a single page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListImportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-