Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ShardFilter.Builder
Packages that use ShardFilter.Builder
-
Uses of ShardFilter.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ShardFilter.BuilderModifier and TypeMethodDescriptionstatic ShardFilter.BuilderShardFilter.builder()Contains theshardIdof the parent shard for which you are requesting child shards.ShardFilter.toBuilder()Contains the type of filter to be applied on theDescribeStreamAPI.ShardFilter.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ShardFilter.Builder>ShardFilter.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ShardFilter.BuilderModifier and TypeMethodDescriptiondefault DescribeStreamRequest.BuilderDescribeStreamRequest.Builder.shardFilter(Consumer<ShardFilter.Builder> shardFilter) This optional field contains the filter definition for theDescribeStreamAPI.