Uses of Interface
software.amazon.awssdk.services.kinesis.model.ShardFilter.Builder
-
Packages that use ShardFilter.Builder Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of ShardFilter.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ShardFilter.Builder Modifier and Type Method Description static ShardFilter.BuilderShardFilter. builder()ShardFilter.BuilderShardFilter.Builder. shardId(String shardId)The exclusive startshardIDspeified in theShardFilterparameter.ShardFilter.BuilderShardFilter.Builder. timestamp(Instant timestamp)The timestamps specified in theShardFilterparameter.ShardFilter.BuilderShardFilter. toBuilder()ShardFilter.BuilderShardFilter.Builder. type(String type)The shard type specified in theShardFilterparameter.ShardFilter.BuilderShardFilter.Builder. type(ShardFilterType type)The shard type specified in theShardFilterparameter.Methods in software.amazon.awssdk.services.kinesis.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.kinesis.model with type arguments of type ShardFilter.Builder Modifier and Type Method Description default ListShardsRequest.BuilderListShardsRequest.Builder. shardFilter(Consumer<ShardFilter.Builder> shardFilter)Enables you to filter out the response of theListShardsAPI.
-