Class UpdateDnszoneOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.UpdateDnszoneOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateDnszoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateDnszone options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateDnszoneOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
description()
Gets the description.String
dnszoneId()
Gets the dnszoneId.String
instanceId()
Gets the instanceId.String
label()
Gets the label.UpdateDnszoneOptions.Builder
newBuilder()
New builder.String
xCorrelationId()
Gets the xCorrelationId.
-
-
-
Method Detail
-
newBuilder
public UpdateDnszoneOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateDnszoneOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
-
dnszoneId
public String dnszoneId()
Gets the dnszoneId. The unique identifier of a DNS zone.- Returns:
- the dnszoneId
-
description
public String description()
Gets the description. The text describing the purpose of a DNS zone.- Returns:
- the description
-
label
public String label()
Gets the label. The label of a DNS zone.- Returns:
- the label
-
xCorrelationId
public String xCorrelationId()
Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
-
-