org.jclouds.elb.domain
Class SecurityGroupAndOwner.Builder
java.lang.Object
org.jclouds.elb.domain.SecurityGroupAndOwner.Builder
- Enclosing class:
- SecurityGroupAndOwner
public static class SecurityGroupAndOwner.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
owner
protected String owner
SecurityGroupAndOwner.Builder
public SecurityGroupAndOwner.Builder()
name
public SecurityGroupAndOwner.Builder name(String name)
- See Also:
SecurityGroupAndOwner.getName()
owner
public SecurityGroupAndOwner.Builder owner(String owner)
- See Also:
SecurityGroupAndOwner.getOwner()
build
public SecurityGroupAndOwner build()
fromSourceSecurityGroup
public SecurityGroupAndOwner.Builder fromSourceSecurityGroup(SecurityGroupAndOwner in)
Copyright © 2009-2012 jclouds. All Rights Reserved.