Class CreateLinkedZoneOptions.Builder
- java.lang.Object
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.CreateLinkedZoneOptions.Builder
 
- 
- Enclosing class:
- CreateLinkedZoneOptions
 
 public static class CreateLinkedZoneOptions.Builder extends Object Builder.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateLinkedZoneOptionsbuild()Builds a CreateLinkedZoneOptions.CreateLinkedZoneOptions.Builderdescription(String description)Set the description.CreateLinkedZoneOptions.BuilderinstanceId(String instanceId)Set the instanceId.CreateLinkedZoneOptions.Builderlabel(String label)Set the label.CreateLinkedZoneOptions.BuilderownerInstanceId(String ownerInstanceId)Set the ownerInstanceId.CreateLinkedZoneOptions.BuilderownerZoneId(String ownerZoneId)Set the ownerZoneId.CreateLinkedZoneOptions.BuilderxCorrelationId(String xCorrelationId)Set the xCorrelationId.
 
- 
- 
- 
Constructor Detail- 
Builderpublic Builder() Instantiates a new builder.
 - 
Builderpublic Builder(String instanceId) Instantiates a new builder with required properties.- Parameters:
- instanceId- the instanceId
 
 
- 
 - 
Method Detail- 
buildpublic CreateLinkedZoneOptions build() Builds a CreateLinkedZoneOptions.- Returns:
- the new CreateLinkedZoneOptions instance
 
 - 
instanceIdpublic CreateLinkedZoneOptions.Builder instanceId(String instanceId) Set the instanceId.- Parameters:
- instanceId- the instanceId
- Returns:
- the CreateLinkedZoneOptions builder
 
 - 
ownerInstanceIdpublic CreateLinkedZoneOptions.Builder ownerInstanceId(String ownerInstanceId) Set the ownerInstanceId.- Parameters:
- ownerInstanceId- the ownerInstanceId
- Returns:
- the CreateLinkedZoneOptions builder
 
 - 
ownerZoneIdpublic CreateLinkedZoneOptions.Builder ownerZoneId(String ownerZoneId) Set the ownerZoneId.- Parameters:
- ownerZoneId- the ownerZoneId
- Returns:
- the CreateLinkedZoneOptions builder
 
 - 
descriptionpublic CreateLinkedZoneOptions.Builder description(String description) Set the description.- Parameters:
- description- the description
- Returns:
- the CreateLinkedZoneOptions builder
 
 - 
labelpublic CreateLinkedZoneOptions.Builder label(String label) Set the label.- Parameters:
- label- the label
- Returns:
- the CreateLinkedZoneOptions builder
 
 - 
xCorrelationIdpublic CreateLinkedZoneOptions.Builder xCorrelationId(String xCorrelationId) Set the xCorrelationId.- Parameters:
- xCorrelationId- the xCorrelationId
- Returns:
- the CreateLinkedZoneOptions builder
 
 
- 
 
-