Class WaitForServicesEvent.Builder
- java.lang.Object
-
- com.palantir.docker.compose.events.WaitForServicesEvent.Builder
-
- Enclosing class:
- WaitForServicesEvent
@Generated("com.palantir.conjure.java.types.BeanBuilderGenerator") public static final class WaitForServicesEvent.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WaitForServicesEventbuild()WaitForServicesEvent.Builderfrom(WaitForServicesEvent other)WaitForServicesEvent.Buildertask(Task task)
-
-
-
Method Detail
-
from
public WaitForServicesEvent.Builder from(WaitForServicesEvent other)
-
task
public WaitForServicesEvent.Builder task(@Nonnull Task task)
-
build
public WaitForServicesEvent build()
-
-