Package org.jclouds.docker.options
Class ListContainerOptions.Builder
- java.lang.Object
-
- org.jclouds.docker.options.ListContainerOptions.Builder
-
- Enclosing class:
- ListContainerOptions
public static class ListContainerOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ListContainerOptions
all(boolean all)
static ListContainerOptions
before(Integer before)
static ListContainerOptions
limit(Integer limit)
static ListContainerOptions
since(Integer since)
static ListContainerOptions
size(Integer size)
-
-
-
Method Detail
-
all
public static ListContainerOptions all(boolean all)
- See Also:
ListContainerOptions.all(boolean)
-
limit
public static ListContainerOptions limit(Integer limit)
- See Also:
ListContainerOptions.limit(Integer)
-
since
public static ListContainerOptions since(Integer since)
- See Also:
ListContainerOptions.since(Integer)
-
before
public static ListContainerOptions before(Integer before)
- See Also:
ListContainerOptions.before(Integer)
-
size
public static ListContainerOptions size(Integer size)
- See Also:
ListContainerOptions.limit(Integer)
-
-