Uses of Class
org.jclouds.chef.domain.BootstrapConfig.Builder

Packages that use BootstrapConfig.Builder
org.jclouds.chef.domain   
 

Uses of BootstrapConfig.Builder in org.jclouds.chef.domain
 

Methods in org.jclouds.chef.domain that return BootstrapConfig.Builder
 BootstrapConfig.Builder BootstrapConfig.Builder.attributes(org.jclouds.domain.JsonBall attributes)
          Sets the attributes that will be populated to the deployed nodes.
static BootstrapConfig.Builder BootstrapConfig.builder()
           
 BootstrapConfig.Builder BootstrapConfig.Builder.environment(String environment)
          Sets the environment where the nodes in the group will be deployed.
 BootstrapConfig.Builder BootstrapConfig.Builder.runList(Iterable<String> runList)
          Sets the run list that will be executed in the nodes of the group.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.