public abstract static class ExecCreateParams.Builder extends Object
| Constructor and Description |
|---|
ExecCreateParams.Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract ExecCreateParams.Builder |
attachStderr(boolean b) |
abstract ExecCreateParams.Builder |
attachStdout(boolean b) |
ExecCreateParams |
build() |
abstract ExecCreateParams.Builder |
cmd(List<String> cmd) |
public abstract ExecCreateParams.Builder attachStdout(boolean b)
public abstract ExecCreateParams.Builder attachStderr(boolean b)
public abstract ExecCreateParams.Builder cmd(List<String> cmd)
public ExecCreateParams build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.