Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ShardFilter.Builder
-
Packages that use ShardFilter.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ShardFilter.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ShardFilter.Builder Modifier and Type Method Description static ShardFilter.BuilderShardFilter. builder()ShardFilter.BuilderShardFilter.Builder. shardId(String shardId)Contains theshardIdof the parent shard for which you are requesting child shards.ShardFilter.BuilderShardFilter. toBuilder()ShardFilter.BuilderShardFilter.Builder. type(String type)Contains the type of filter to be applied on theDescribeStreamAPI.ShardFilter.BuilderShardFilter.Builder. type(ShardFilterType type)Contains the type of filter to be applied on theDescribeStreamAPI.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ShardFilter.Builder Modifier and Type Method Description static Class<? extends ShardFilter.Builder>ShardFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ShardFilter.Builder Modifier and Type Method Description default DescribeStreamRequest.BuilderDescribeStreamRequest.Builder. shardFilter(Consumer<ShardFilter.Builder> shardFilter)This optional field contains the filter definition for theDescribeStreamAPI.
-