Uses of Class
org.jclouds.chef.domain.Node.Builder
Packages that use Node.Builder
-
Uses of Node.Builder in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return Node.BuilderModifier and TypeMethodDescriptionNode.Builder.automaticAttribute
(String key, JsonBall value) Node.Builder.automaticAttributes
(Map<String, JsonBall> automaticAttribute) static Node.Builder
Node.builder()
Node.Builder.defaultAttribute
(String key, JsonBall value) Node.Builder.defaultAttributes
(Map<String, JsonBall> defaultAttributes) Node.Builder.environment
(String environment) Node.Builder.normalAttribute
(String key, JsonBall value) Node.Builder.normalAttributes
(Map<String, JsonBall> normalAttributes) Node.Builder.overrideAttribute
(String key, JsonBall value) Node.Builder.overrideAttributes
(Map<String, JsonBall> overrideAttributes) Node.Builder.runListElement
(String element)