BootstrapConfig.Builder | 
BootstrapConfig.Builder.attributes(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. 
 | 
BootstrapConfig.Builder | 
BootstrapConfig.Builder.sslCAFile(String sslCAFile) | 
 The file in which the OpenSSL key is saved. 
 | 
BootstrapConfig.Builder | 
BootstrapConfig.Builder.sslCAPath(String sslCAPath) | 
 The path to where the OpenSSL keys that are used by the Chef client are
 located. 
 | 
BootstrapConfig.Builder | 
BootstrapConfig.Builder.sslVerifyMode(BootstrapConfig.SSLVerifyMode sslVerifyMode) | 
 The verify mode for HTTPS requests. 
 | 
BootstrapConfig.Builder | 
BootstrapConfig.Builder.verifyApiCert(boolean verifyApiCert) | 
 Use to only do SSL validation of the Chef server connection; may be
 needed if the Chef client needs to talk to other services that have
 broken SSL certificates. 
 |