Constructor and Description |
---|
Property.Builder() |
Modifier and Type | Method and Description |
---|---|
Property |
build() |
Property.Builder |
fromProperty(Property in) |
Property.Builder |
key(String key) |
Property.Builder |
property(String key,
String value) |
Property.Builder |
value(String value) |
public Property.Builder key(String key)
Property.getKey()
public Property.Builder value(String value)
Property.getValue()
public Property.Builder property(String key, String value)
Property.getKey()
,
Property.getValue()
public Property build()
public Property.Builder fromProperty(Property in)
Copyright © 2009-2013 jclouds. All Rights Reserved.