Class ClusterWaitEvent.Builder
- java.lang.Object
-
- com.palantir.docker.compose.events.ClusterWaitEvent.Builder
-
- Enclosing class:
- ClusterWaitEvent
@Generated("com.palantir.conjure.java.types.BeanBuilderGenerator") public static final class ClusterWaitEvent.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterWaitEvent.BuilderaddAllServiceNames(java.lang.Iterable<java.lang.String> serviceNames)ClusterWaitEventbuild()ClusterWaitEvent.Builderfrom(ClusterWaitEvent other)ClusterWaitEvent.BuilderserviceNames(java.lang.Iterable<java.lang.String> serviceNames)ClusterWaitEvent.BuilderserviceNames(java.lang.String serviceNames)ClusterWaitEvent.Buildertask(Task task)ClusterWaitEvent.Buildertype(ClusterWaitType type)
-
-
-
Method Detail
-
from
public ClusterWaitEvent.Builder from(ClusterWaitEvent other)
-
task
public ClusterWaitEvent.Builder task(@Nonnull Task task)
-
serviceNames
public ClusterWaitEvent.Builder serviceNames(@Nonnull java.lang.Iterable<java.lang.String> serviceNames)
-
addAllServiceNames
public ClusterWaitEvent.Builder addAllServiceNames(@Nonnull java.lang.Iterable<java.lang.String> serviceNames)
-
serviceNames
public ClusterWaitEvent.Builder serviceNames(java.lang.String serviceNames)
-
type
public ClusterWaitEvent.Builder type(@Nonnull ClusterWaitType type)
-
build
public ClusterWaitEvent build()
-
-