Constructor and Description |
---|
RunList.Builder() |
Modifier and Type | Method and Description |
---|---|
RunList |
build() |
RunList.Builder |
recipe(String recipe) |
RunList.Builder |
recipes(Iterable<String> recipes) |
RunList.Builder |
role(String role) |
RunList.Builder |
roles(Iterable<String> roles) |
public RunList.Builder recipe(String recipe)
public RunList.Builder recipes(Iterable<String> recipes)
public RunList.Builder role(String role)
public RunList.Builder roles(Iterable<String> roles)
public RunList build()
Copyright © 2009-2013 jclouds. All Rights Reserved.