| Modifier and Type | Class and Description |
|---|---|
static class |
RebuildServerOptions.Builder |
| Constructor and Description |
|---|
RebuildServerOptions() |
| Modifier and Type | Method and Description |
|---|---|
RebuildServerOptions |
adminPass(String adminPass) |
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
|
<R extends HttpRequest> |
bindToRequest(R request,
Object toBind) |
RebuildServerOptions |
ipv4Address(String ipv4Address) |
RebuildServerOptions |
ipv6Address(String iPv6Address) |
RebuildServerOptions |
name(String name) |
RebuildServerOptions |
withImage(String ref) |
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinderbindToRequest in interface MapBinderPayloadParampublic <R extends HttpRequest> R bindToRequest(R request, Object toBind)
bindToRequest in interface Binderpublic RebuildServerOptions withImage(String ref)
ref - - reference of the image to rebuild the server with.public RebuildServerOptions name(String name)
public RebuildServerOptions adminPass(String adminPass)
public RebuildServerOptions ipv4Address(String ipv4Address)
public RebuildServerOptions ipv6Address(String iPv6Address)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.