org.jclouds.chef.domain
Class BootstrapConfig.Builder
java.lang.Object
org.jclouds.chef.domain.BootstrapConfig.Builder
- Enclosing class:
- BootstrapConfig
public static class BootstrapConfig.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BootstrapConfig.Builder
public BootstrapConfig.Builder()
runList
public BootstrapConfig.Builder runList(Iterable<String> runList)
- Sets the run list that will be executed in the nodes of the group.
environment
public BootstrapConfig.Builder environment(String environment)
- Sets the environment where the nodes in the group will be deployed.
attributes
public BootstrapConfig.Builder attributes(org.jclouds.domain.JsonBall attributes)
- Sets the attributes that will be populated to the deployed nodes.
build
public BootstrapConfig build()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.