Package org.jclouds.chef.domain
Class Environment.Builder
java.lang.Object
org.jclouds.chef.domain.Environment.Builder
- Enclosing class:
Environment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<String, JsonBall> attributes) build()
cookbookVersion
(String key, String version) cookbookVersions
(Map<String, String> cookbookVersions) description
(String description) overrideAttribute
(String key, JsonBall value) overrideAttributes
(Map<String, JsonBall> overrideAttributes)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
-
attribute
-
attributes
-
overrideAttribute
-
overrideAttributes
-
cookbookVersion
-
cookbookVersions
-
description
-
build
-