Package org.jclouds.chef.domain
Class Node.Builder
java.lang.Object
org.jclouds.chef.domain.Node.Builder
- Enclosing class:
Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautomaticAttribute
(String key, JsonBall value) automaticAttributes
(Map<String, JsonBall> automaticAttribute) build()
defaultAttribute
(String key, JsonBall value) defaultAttributes
(Map<String, JsonBall> defaultAttributes) environment
(String environment) normalAttribute
(String key, JsonBall value) normalAttributes
(Map<String, JsonBall> normalAttributes) overrideAttribute
(String key, JsonBall value) overrideAttributes
(Map<String, JsonBall> overrideAttributes) runListElement
(String element)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
-
normalAttribute
-
normalAttributes
-
overrideAttribute
-
overrideAttributes
-
defaultAttribute
-
defaultAttributes
-
automaticAttribute
-
automaticAttributes
-
runListElement
-
runList
-
environment
- Since:
- Chef 0.10
-
build
-