Class DeleteCustomResolverLocationOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.DeleteCustomResolverLocationOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class DeleteCustomResolverLocationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteCustomResolverLocation options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDeleteCustomResolverLocationOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringinstanceId()Gets the instanceId.StringlocationId()Gets the locationId.DeleteCustomResolverLocationOptions.BuildernewBuilder()New builder.StringresolverId()Gets the resolverId.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic DeleteCustomResolverLocationOptions.Builder newBuilder() New builder.- Returns:
- a DeleteCustomResolverLocationOptions 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
 
 - 
locationIdpublic String locationId() Gets the locationId. Custom resolver location ID.- Returns:
- the locationId
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-