public static class ChannelDurationBehind.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ChannelDurationBehind |
build() |
ChannelDurationBehind.Builder |
with(java.lang.String shardName,
java.time.Duration behind) |
ChannelDurationBehind.Builder |
withAll(java.util.Map<java.lang.String,java.time.Duration> shards) |
ChannelDurationBehind.Builder |
withAllUnknown(java.util.Set<java.lang.String> shardNames) |
ChannelDurationBehind.Builder |
without(java.lang.String shardName) |
ChannelDurationBehind.Builder |
withUnknown(java.lang.String shardName) |
public ChannelDurationBehind.Builder with(@Nonnull java.lang.String shardName, @Nonnull java.time.Duration behind)
public ChannelDurationBehind.Builder withUnknown(@Nonnull java.lang.String shardName)
public ChannelDurationBehind.Builder withAll(java.util.Map<java.lang.String,java.time.Duration> shards)
public ChannelDurationBehind.Builder withAllUnknown(java.util.Set<java.lang.String> shardNames)
public ChannelDurationBehind.Builder without(@Nonnull java.lang.String shardName)
public ChannelDurationBehind build()