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 Summary
Modifier and TypeMethodDescriptionContains theshardIdof the parent shard for which you are requesting child shards.Contains the type of filter to be applied on theDescribeStreamAPI.type(ShardFilterType type) Contains the type of filter to be applied on theDescribeStreamAPI.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
Contains the type of filter to be applied on the
DescribeStreamAPI. Currently, the only value this parameter accepts isCHILD_SHARDS.- Parameters:
type- Contains the type of filter to be applied on theDescribeStreamAPI. Currently, the only value this parameter accepts isCHILD_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
DescribeStreamAPI. Currently, the only value this parameter accepts isCHILD_SHARDS.- Parameters:
type- Contains the type of filter to be applied on theDescribeStreamAPI. Currently, the only value this parameter accepts isCHILD_SHARDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
shardId
Contains the
shardIdof the parent shard for which you are requesting child shards.Sample request:
- Parameters:
shardId- Contains theshardIdof 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.
-