Interface ListStreamsRequest.Builder

  • Method Details

    • keyspaceName

      ListStreamsRequest.Builder keyspaceName(String keyspaceName)

      The name of the keyspace for which to list streams. If specified, only streams associated with tables in this keyspace are returned. If omitted, streams from all keyspaces are included in the results.

      Parameters:
      keyspaceName - The name of the keyspace for which to list streams. If specified, only streams associated with tables in this keyspace are returned. If omitted, streams from all keyspaces are included in the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableName

      ListStreamsRequest.Builder tableName(String tableName)

      The name of the table for which to list streams. Must be used together with keyspaceName. If specified, only streams associated with this specific table are returned.

      Parameters:
      tableName - The name of the table for which to list streams. Must be used together with keyspaceName. If specified, only streams associated with this specific table are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListStreamsRequest.Builder maxResults(Integer maxResults)

      The maximum number of streams to return in a single ListStreams request. Default value is 100. The minimum value is 1 and the maximum value is 1000.

      Parameters:
      maxResults - The maximum number of streams to return in a single ListStreams request. Default value is 100. The minimum value is 1 and the maximum value is 1000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListStreamsRequest.Builder nextToken(String nextToken)

      An optional pagination token provided by a previous ListStreams operation. If this parameter is specified, the response includes only records beyond the token, up to the value specified by maxResults.

      Parameters:
      nextToken - An optional pagination token provided by a previous ListStreams operation. If this parameter is specified, the response includes only records beyond the token, up to the value specified by maxResults.
      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.