Interface ShardFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ShardFilter.Builder,ShardFilter>, SdkBuilder<ShardFilter.Builder,ShardFilter>, SdkPojo
Enclosing class:
ShardFilter

@Mutable @NotThreadSafe public static interface ShardFilter.Builder extends SdkPojo, CopyableBuilder<ShardFilter.Builder,ShardFilter>
  • Method Details

    • type

      Contains the type of filter to be applied on the DescribeStream API. Currently, the only value this parameter accepts is CHILD_SHARDS.

      Parameters:
      type - Contains the type of filter to be applied on the DescribeStream API. Currently, the only value this parameter accepts is CHILD_SHARDS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Contains the type of filter to be applied on the DescribeStream API. Currently, the only value this parameter accepts is CHILD_SHARDS.

      Parameters:
      type - Contains the type of filter to be applied on the DescribeStream API. Currently, the only value this parameter accepts is CHILD_SHARDS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • shardId

      ShardFilter.Builder shardId(String shardId)

      Contains the shardId of the parent shard for which you are requesting child shards.

      Sample request:

      Parameters:
      shardId - Contains the shardId of the parent shard for which you are requesting child shards.

      Sample request:

      Returns:
      Returns a reference to this object so that method calls can be chained together.