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