Class DeleteLinkedZoneOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.dns_svcs.v1.model.DeleteLinkedZoneOptions.Builder
-
- Enclosing class:
- DeleteLinkedZoneOptions
public static class DeleteLinkedZoneOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteLinkedZoneOptions
build()
Builds a DeleteLinkedZoneOptions.DeleteLinkedZoneOptions.Builder
instanceId(String instanceId)
Set the instanceId.DeleteLinkedZoneOptions.Builder
linkedDnszoneId(String linkedDnszoneId)
Set the linkedDnszoneId.DeleteLinkedZoneOptions.Builder
xCorrelationId(String xCorrelationId)
Set the xCorrelationId.
-
-
-
Method Detail
-
build
public DeleteLinkedZoneOptions build()
Builds a DeleteLinkedZoneOptions.- Returns:
- the new DeleteLinkedZoneOptions instance
-
instanceId
public DeleteLinkedZoneOptions.Builder instanceId(String instanceId)
Set the instanceId.- Parameters:
instanceId
- the instanceId- Returns:
- the DeleteLinkedZoneOptions builder
-
linkedDnszoneId
public DeleteLinkedZoneOptions.Builder linkedDnszoneId(String linkedDnszoneId)
Set the linkedDnszoneId.- Parameters:
linkedDnszoneId
- the linkedDnszoneId- Returns:
- the DeleteLinkedZoneOptions builder
-
xCorrelationId
public DeleteLinkedZoneOptions.Builder xCorrelationId(String xCorrelationId)
Set the xCorrelationId.- Parameters:
xCorrelationId
- the xCorrelationId- Returns:
- the DeleteLinkedZoneOptions builder
-
-