Package org.jclouds.cloudstack.options
Class CreateSnapshotOptions.Builder
- java.lang.Object
 - 
- org.jclouds.cloudstack.options.CreateSnapshotOptions.Builder
 
 
- 
- Enclosing class:
 - CreateSnapshotOptions
 
public static class CreateSnapshotOptions.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CreateSnapshotOptionsaccountInDomain(String account, String domainId)static CreateSnapshotOptionsdomainId(String domainId)static CreateSnapshotOptionspolicyId(String policyId) 
 - 
 
- 
- 
Method Detail
- 
accountInDomain
public static CreateSnapshotOptions accountInDomain(String account, String domainId)
- Parameters:
 account- The account of the snapshot.domainId- The domain ID of the snapshot.
 
- 
domainId
public static CreateSnapshotOptions domainId(String domainId)
- Parameters:
 domainId- The domain ID of the snapshot.
 
- 
policyId
public static CreateSnapshotOptions policyId(String policyId)
- Parameters:
 policyId- policy id of the snapshot, if this is null, then use MANUAL_POLICY.
 
 - 
 
 -