public static class LeaseSettingsSection.Builder<B extends LeaseSettingsSection.Builder<B>>
extends org.jclouds.dmtf.ovf.SectionType.Builder<B>
| Constructor and Description |
|---|
LeaseSettingsSection.Builder() |
| Modifier and Type | Method and Description |
|---|---|
LeaseSettingsSection |
build() |
B |
deploymentLeaseExpiration(Date deploymentLeaseExpiration) |
B |
deploymentLeaseInSeconds(Integer deploymentLeaseInSeconds) |
B |
fromLeaseSettingsSection(LeaseSettingsSection in) |
B |
href(URI href) |
B |
links(Set<Link> links) |
B |
storageLeaseExpiration(Date storageLeaseExpiration) |
B |
storageLeaseInSeconds(Integer storageLeaseInSeconds) |
B |
type(String type) |
public B links(Set<Link> links)
LeaseSettingsSection.getLinks()public B href(URI href)
LeaseSettingsSection.getHref()public B type(String type)
LeaseSettingsSection.getType()public LeaseSettingsSection build()
build in class org.jclouds.dmtf.ovf.SectionType.Builder<B extends LeaseSettingsSection.Builder<B>>public B fromLeaseSettingsSection(LeaseSettingsSection in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.