Class UpdateLinkedZoneOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.UpdateLinkedZoneOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class UpdateLinkedZoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateLinkedZone options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateLinkedZoneOptions.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.StringlinkedDnszoneId()Gets the linkedDnszoneId.UpdateLinkedZoneOptions.BuildernewBuilder()New builder.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic UpdateLinkedZoneOptions.Builder newBuilder() New builder.- Returns:
- a UpdateLinkedZoneOptions builder
 
 - 
instanceIdpublic String instanceId() Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
linkedDnszoneIdpublic String linkedDnszoneId() Gets the linkedDnszoneId. The unique identifier of a linked zone.- Returns:
- the linkedDnszoneId
 
 - 
descriptionpublic String description() Gets the description. Descriptive text of the linked zone.- Returns:
- the description
 
 - 
labelpublic String label() Gets the label. The label of linked zone.- Returns:
- the label
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-