public class RemoveContainerOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
RemoveContainerOptions.Builder |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
RemoveContainerOptions() |
Modifier and Type | Method and Description |
---|---|
RemoveContainerOptions |
force(boolean force) |
RemoveContainerOptions |
verbose(boolean verbose) |
RemoveContainerOptions |
volume(boolean volume)
Remove the volumes associated to the container
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public RemoveContainerOptions verbose(boolean verbose)
public RemoveContainerOptions force(boolean force)
public RemoveContainerOptions volume(boolean volume)
volume
- If set to true the volume associated to the container will be removed.
Otherwise it will not be removed.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.