@Generated(value="com.palantir.conjure.java.types.BeanBuilderGenerator")
public static final class ClusterWaitEvent.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ClusterWaitEvent.Builder |
addAllServiceNames(java.lang.Iterable<java.lang.String> serviceNames) |
ClusterWaitEvent |
build() |
ClusterWaitEvent.Builder |
from(ClusterWaitEvent other) |
ClusterWaitEvent.Builder |
serviceNames(java.lang.Iterable<java.lang.String> serviceNames) |
ClusterWaitEvent.Builder |
serviceNames(java.lang.String serviceNames) |
ClusterWaitEvent.Builder |
task(Task task) |
ClusterWaitEvent.Builder |
type(ClusterWaitType type) |
public ClusterWaitEvent.Builder from(ClusterWaitEvent other)
public ClusterWaitEvent.Builder task(@Nonnull Task task)
public ClusterWaitEvent.Builder serviceNames(@Nonnull java.lang.Iterable<java.lang.String> serviceNames)
public ClusterWaitEvent.Builder addAllServiceNames(@Nonnull java.lang.Iterable<java.lang.String> serviceNames)
public ClusterWaitEvent.Builder serviceNames(java.lang.String serviceNames)
public ClusterWaitEvent.Builder type(@Nonnull ClusterWaitType type)
public ClusterWaitEvent build()