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 Details

    • 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 ImportSummary objects returned in a single page.

      Parameters:
      pageSize - The number of ImportSummary objects 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 to ListImports. 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.