public abstract static class HostedServiceWithDetailedProperties.Builder<T extends HostedServiceWithDetailedProperties.Builder<T>> extends HostedService.Builder<T>
name, properties, url| Constructor and Description |
|---|
HostedServiceWithDetailedProperties.Builder() |
| Modifier and Type | Method and Description |
|---|---|
HostedServiceWithDetailedProperties |
build() |
T |
fromHostedServiceWithDetailedProperties(HostedServiceWithDetailedProperties in) |
T |
properties(HostedServiceProperties properties) |
fromHostedService, name, self, urlpublic HostedServiceWithDetailedProperties.Builder()
public T properties(HostedServiceProperties properties)
properties in class HostedService.Builder<T extends HostedServiceWithDetailedProperties.Builder<T>>HostedService.getProperties()public HostedServiceWithDetailedProperties build()
build in class HostedService.Builder<T extends HostedServiceWithDetailedProperties.Builder<T>>public T fromHostedServiceWithDetailedProperties(HostedServiceWithDetailedProperties in)
Copyright © 2009-2013 jclouds. All Rights Reserved.