Note that options can only be assigned to a builder once, so if assigning e.g. inboundPorts and tags, that must be done in with mutators in a single call to options -- templateBuilder.options(inboundPorts(22, 80, 8080, 443).tags("I love it!"))
-- not as repeated calls to options
.
@author Adrian Cole
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|