public abstract static class DetailedHostedServiceProperties.Builder<T extends DetailedHostedServiceProperties.Builder<T>> extends HostedServiceProperties.Builder<T>
Modifier and Type | Field and Description |
---|---|
protected Date |
created |
protected com.google.common.collect.ImmutableMap.Builder<String,String> |
extendedProperties |
protected Date |
lastModified |
protected String |
rawStatus |
protected HostedService.Status |
status |
affinityGroup, description, label, location
Constructor and Description |
---|
DetailedHostedServiceProperties.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
addExtendedProperty(String name,
String value) |
DetailedHostedServiceProperties |
build() |
T |
created(Date created) |
T |
extendedProperties(Map<String,String> extendedProperties) |
T |
fromDetailedHostedServiceProperties(DetailedHostedServiceProperties in) |
T |
lastModified(Date lastModified) |
T |
rawStatus(String rawStatus) |
T |
status(HostedService.Status status) |
affinityGroup, description, fromHostedServiceProperties, label, location, self
protected String rawStatus
protected HostedService.Status status
protected Date created
protected Date lastModified
public DetailedHostedServiceProperties.Builder()
public T status(HostedService.Status status)
public DetailedHostedServiceProperties build()
build
in class HostedServiceProperties.Builder<T extends DetailedHostedServiceProperties.Builder<T>>
public T fromDetailedHostedServiceProperties(DetailedHostedServiceProperties in)
Copyright © 2009-2013 jclouds. All Rights Reserved.