Class UpdateCustomResolverOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.UpdateCustomResolverOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class UpdateCustomResolverOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateCustomResolver options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateCustomResolverOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Gets the description.Booleanenabled()Gets the enabled.StringinstanceId()Gets the instanceId.Stringname()Gets the name.UpdateCustomResolverOptions.BuildernewBuilder()New builder.StringresolverId()Gets the resolverId.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic UpdateCustomResolverOptions.Builder newBuilder() New builder.- Returns:
- a UpdateCustomResolverOptions builder
 
 - 
instanceIdpublic String instanceId() Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
resolverIdpublic String resolverId() Gets the resolverId. The unique identifier of a custom resolver.- Returns:
- the resolverId
 
 - 
namepublic String name() Gets the name. Name of the custom resolver.- Returns:
- the name
 
 - 
descriptionpublic String description() Gets the description. Descriptive text of the custom resolver.- Returns:
- the description
 
 - 
enabledpublic Boolean enabled() Gets the enabled. Whether the custom resolver is enabled.- Returns:
- the enabled
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-