org.jclouds.route53.domain
Class HostedZone.Builder

java.lang.Object
  extended by org.jclouds.route53.domain.HostedZone.Builder
Enclosing class:
HostedZone

public static final class HostedZone.Builder
extends Object


Constructor Summary
HostedZone.Builder()
           
 
Method Summary
 HostedZone build()
           
 HostedZone.Builder callerReference(String callerReference)
           
 HostedZone.Builder comment(String comment)
           
 HostedZone.Builder from(HostedZone in)
           
 HostedZone.Builder id(String id)
           
 HostedZone.Builder name(String name)
           
 HostedZone.Builder resourceRecordSetCount(int resourceRecordSetCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostedZone.Builder

public HostedZone.Builder()
Method Detail

id

public HostedZone.Builder id(String id)
See Also:
HostedZone.getId()

name

public HostedZone.Builder name(String name)
See Also:
HostedZone.getName()

callerReference

public HostedZone.Builder callerReference(String callerReference)
See Also:
HostedZone.getCallerReference()

resourceRecordSetCount

public HostedZone.Builder resourceRecordSetCount(int resourceRecordSetCount)
See Also:
HostedZone.getResourceRecordSetCount()

comment

public HostedZone.Builder comment(String comment)
See Also:
HostedZone.getComment()

build

public HostedZone build()

from

public HostedZone.Builder from(HostedZone in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.