Interface ListExportsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListExportsRequest.Builder,ListExportsRequest>, DynamoDbRequest.Builder, SdkBuilder<ListExportsRequest.Builder,ListExportsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListExportsRequest

  • Method Details

    • tableArn

      ListExportsRequest.Builder tableArn(String tableArn)

      The Amazon Resource Name (ARN) associated with the exported table.

      Parameters:
      tableArn - The Amazon Resource Name (ARN) associated with the exported table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListExportsRequest.Builder maxResults(Integer maxResults)

      Maximum number of results to return per page.

      Parameters:
      maxResults - Maximum number of results to return per page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListExportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder