org.jclouds.dynect.v3.domain
Class CreatePrimaryZone.Builder

java.lang.Object
  extended by org.jclouds.dynect.v3.domain.CreatePrimaryZone.Builder
Enclosing class:
CreatePrimaryZone

public static final class CreatePrimaryZone.Builder
extends Object


Constructor Summary
CreatePrimaryZone.Builder()
           
 
Method Summary
 CreatePrimaryZone build()
           
 CreatePrimaryZone.Builder contact(String contact)
           
 CreatePrimaryZone.Builder defaultTTL(int defaultTTL)
           
 CreatePrimaryZone.Builder fqdn(String fqdn)
           
 CreatePrimaryZone.Builder from(CreatePrimaryZone in)
           
 CreatePrimaryZone.Builder serialStyle(Zone.SerialStyle serialStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePrimaryZone.Builder

public CreatePrimaryZone.Builder()
Method Detail

fqdn

public CreatePrimaryZone.Builder fqdn(String fqdn)
See Also:
CreatePrimaryZone.getFQDN()

contact

public CreatePrimaryZone.Builder contact(String contact)
See Also:
CreatePrimaryZone.getContact()

defaultTTL

public CreatePrimaryZone.Builder defaultTTL(int defaultTTL)
See Also:
CreatePrimaryZone.getDefaultTTL()

serialStyle

public CreatePrimaryZone.Builder serialStyle(Zone.SerialStyle serialStyle)
See Also:
CreatePrimaryZone.getSerialStyle()

build

public CreatePrimaryZone build()

from

public CreatePrimaryZone.Builder from(CreatePrimaryZone in)


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