org.jclouds.chef.domain
Class BootstrapConfig.Builder

java.lang.Object
  extended by org.jclouds.chef.domain.BootstrapConfig.Builder
Enclosing class:
BootstrapConfig

public static class BootstrapConfig.Builder
extends Object


Constructor Summary
BootstrapConfig.Builder()
           
 
Method Summary
 BootstrapConfig.Builder attributes(org.jclouds.domain.JsonBall attributes)
          Sets the attributes that will be populated to the deployed nodes.
 BootstrapConfig build()
           
 BootstrapConfig.Builder environment(String environment)
          Sets the environment where the nodes in the group will be deployed.
 BootstrapConfig.Builder runList(Iterable<String> runList)
          Sets the run list that will be executed in the nodes of the group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapConfig.Builder

public BootstrapConfig.Builder()
Method Detail

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.