public static class Disk.Attachment.Builder extends Object
Constructor and Description |
---|
Disk.Attachment.Builder() |
Modifier and Type | Method and Description |
---|---|
Disk.Attachment |
build() |
Disk.Attachment.Builder |
deployment(String deployment) |
Disk.Attachment.Builder |
fromAttachment(Disk.Attachment in) |
Disk.Attachment.Builder |
hostedService(String hostedService) |
Disk.Attachment.Builder |
role(String role) |
public Disk.Attachment.Builder hostedService(String hostedService)
Disk.Attachment.getHostedService()
public Disk.Attachment.Builder deployment(String deployment)
Disk.Attachment.getDeployment()
public Disk.Attachment.Builder role(String role)
Disk.Attachment.getRole()
public Disk.Attachment build()
public Disk.Attachment.Builder fromAttachment(Disk.Attachment in)
Copyright © 2009-2013 jclouds. All Rights Reserved.