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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateLinkedZoneOptions
build()
Builds a UpdateLinkedZoneOptions.UpdateLinkedZoneOptions.Builder
description(String description)
Set the description.UpdateLinkedZoneOptions.Builder
instanceId(String instanceId)
Set the instanceId.UpdateLinkedZoneOptions.Builder
label(String label)
Set the label.UpdateLinkedZoneOptions.Builder
linkedDnszoneId(String linkedDnszoneId)
Set the linkedDnszoneId.UpdateLinkedZoneOptions.Builder
xCorrelationId(String xCorrelationId)
Set the xCorrelationId.
-
-
-
Method Detail
-
build
public UpdateLinkedZoneOptions build()
Builds a UpdateLinkedZoneOptions.- Returns:
- the new UpdateLinkedZoneOptions instance
-
instanceId
public UpdateLinkedZoneOptions.Builder instanceId(String instanceId)
Set the instanceId.- Parameters:
instanceId
- the instanceId- Returns:
- the UpdateLinkedZoneOptions builder
-
linkedDnszoneId
public UpdateLinkedZoneOptions.Builder linkedDnszoneId(String linkedDnszoneId)
Set the linkedDnszoneId.- Parameters:
linkedDnszoneId
- the linkedDnszoneId- Returns:
- the UpdateLinkedZoneOptions builder
-
description
public UpdateLinkedZoneOptions.Builder description(String description)
Set the description.- Parameters:
description
- the description- Returns:
- the UpdateLinkedZoneOptions builder
-
label
public UpdateLinkedZoneOptions.Builder label(String label)
Set the label.- Parameters:
label
- the label- Returns:
- the UpdateLinkedZoneOptions builder
-
xCorrelationId
public UpdateLinkedZoneOptions.Builder xCorrelationId(String xCorrelationId)
Set the xCorrelationId.- Parameters:
xCorrelationId
- the xCorrelationId- Returns:
- the UpdateLinkedZoneOptions builder
-
-