Class CreateDnszoneOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.CreateDnszoneOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CreateDnszoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createDnszone options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateDnszoneOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Gets the description.StringinstanceId()Gets the instanceId.Stringlabel()Gets the label.Stringname()Gets the name.CreateDnszoneOptions.BuildernewBuilder()New builder.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic CreateDnszoneOptions.Builder newBuilder() New builder.- Returns:
- a CreateDnszoneOptions builder
 
 - 
instanceIdpublic String instanceId() Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
namepublic String name() Gets the name. Name of DNS zone.- Returns:
- the name
 
 - 
descriptionpublic String description() Gets the description. The text describing the purpose of a DNS zone.- Returns:
- the description
 
 - 
labelpublic String label() Gets the label. The label of a DNS zone.- Returns:
- the label
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-