org.jclouds.scriptbuilder.domain.chef
Class Role.Builder
java.lang.Object
org.jclouds.scriptbuilder.domain.chef.Role.Builder
- Enclosing class:
- Role
public static class Role.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Role.Builder
public Role.Builder()
name
public Role.Builder name(String name)
description
public Role.Builder description(String description)
jsonDefaultAttributes
public Role.Builder jsonDefaultAttributes(String jsonDefaultAttributes)
jsonOverrideAttributes
public Role.Builder jsonOverrideAttributes(String jsonOverrideAttributes)
runlist
public Role.Builder runlist(RunList runlist)
build
public Role build()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.