public static interface ShardFilter.Builder extends SdkPojo, CopyableBuilder<ShardFilter.Builder,ShardFilter>
| Modifier and Type | Method and Description |
|---|---|
ShardFilter.Builder |
shardId(String shardId)
Sets the value of the ShardId property for this object.
|
ShardFilter.Builder |
timestamp(Instant timestamp)
Sets the value of the Timestamp property for this object.
|
ShardFilter.Builder |
type(ShardFilterType type)
Sets the value of the Type property for this object.
|
ShardFilter.Builder |
type(String type)
Sets the value of the Type property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildShardFilter.Builder type(String type)
type - The new value for the Type property for this object.ShardFilterType,
ShardFilterTypeShardFilter.Builder type(ShardFilterType type)
type - The new value for the Type property for this object.ShardFilterType,
ShardFilterTypeShardFilter.Builder shardId(String shardId)
shardId - The new value for the ShardId property for this object.ShardFilter.Builder timestamp(Instant timestamp)
timestamp - The new value for the Timestamp property for this object.Copyright © 2021. All rights reserved.