Interface ListStreamsRequest.Builder

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

public static interface ListStreamsRequest.Builder extends DynamoDbStreamsRequest.Builder, SdkPojo, CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
  • Method Details

    • tableName

      ListStreamsRequest.Builder tableName(String tableName)

      If this parameter is provided, then only the streams associated with this table name are returned.

      Parameters:
      tableName - If this parameter is provided, then only the streams associated with this table name are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      The maximum number of streams to return. The upper limit is 100.

      Parameters:
      limit - The maximum number of streams to return. The upper limit is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exclusiveStartStreamArn

      ListStreamsRequest.Builder exclusiveStartStreamArn(String exclusiveStartStreamArn)

      The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

      Parameters:
      exclusiveStartStreamArn - The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListStreamsRequest.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.