Class UpdateLinkedZoneOptions.Builder
- java.lang.Object
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.UpdateLinkedZoneOptions.Builder
 
- 
- Enclosing class:
- UpdateLinkedZoneOptions
 
 public static class UpdateLinkedZoneOptions.Builder extends Object Builder.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateLinkedZoneOptionsbuild()Builds a UpdateLinkedZoneOptions.UpdateLinkedZoneOptions.Builderdescription(String description)Set the description.UpdateLinkedZoneOptions.BuilderinstanceId(String instanceId)Set the instanceId.UpdateLinkedZoneOptions.Builderlabel(String label)Set the label.UpdateLinkedZoneOptions.BuilderlinkedDnszoneId(String linkedDnszoneId)Set the linkedDnszoneId.UpdateLinkedZoneOptions.BuilderxCorrelationId(String xCorrelationId)Set the xCorrelationId.
 
- 
- 
- 
Method Detail- 
buildpublic UpdateLinkedZoneOptions build() Builds a UpdateLinkedZoneOptions.- Returns:
- the new UpdateLinkedZoneOptions instance
 
 - 
instanceIdpublic UpdateLinkedZoneOptions.Builder instanceId(String instanceId) Set the instanceId.- Parameters:
- instanceId- the instanceId
- Returns:
- the UpdateLinkedZoneOptions builder
 
 - 
linkedDnszoneIdpublic UpdateLinkedZoneOptions.Builder linkedDnszoneId(String linkedDnszoneId) Set the linkedDnszoneId.- Parameters:
- linkedDnszoneId- the linkedDnszoneId
- Returns:
- the UpdateLinkedZoneOptions builder
 
 - 
descriptionpublic UpdateLinkedZoneOptions.Builder description(String description) Set the description.- Parameters:
- description- the description
- Returns:
- the UpdateLinkedZoneOptions builder
 
 - 
labelpublic UpdateLinkedZoneOptions.Builder label(String label) Set the label.- Parameters:
- label- the label
- Returns:
- the UpdateLinkedZoneOptions builder
 
 - 
xCorrelationIdpublic UpdateLinkedZoneOptions.Builder xCorrelationId(String xCorrelationId) Set the xCorrelationId.- Parameters:
- xCorrelationId- the xCorrelationId
- Returns:
- the UpdateLinkedZoneOptions builder
 
 
- 
 
-