public static final class CreatePrimaryZone.Builder extends Object
Constructor and Description |
---|
CreatePrimaryZone.Builder() |
Modifier and Type | Method and Description |
---|---|
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) |
public CreatePrimaryZone.Builder fqdn(String fqdn)
CreatePrimaryZone.getFQDN()
public CreatePrimaryZone.Builder contact(String contact)
CreatePrimaryZone.getContact()
public CreatePrimaryZone.Builder defaultTTL(int defaultTTL)
CreatePrimaryZone.getDefaultTTL()
public CreatePrimaryZone.Builder serialStyle(Zone.SerialStyle serialStyle)
CreatePrimaryZone.getSerialStyle()
public CreatePrimaryZone build()
public CreatePrimaryZone.Builder from(CreatePrimaryZone in)
Copyright © 2009-2013 jclouds. All Rights Reserved.