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.GenericModel
The deleteCustomResolverLocation options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteCustomResolverLocationOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
instanceId()
Gets the instanceId.String
locationId()
Gets the locationId.DeleteCustomResolverLocationOptions.Builder
newBuilder()
New builder.String
resolverId()
Gets the resolverId.String
xCorrelationId()
Gets the xCorrelationId.
-
-
-
Method Detail
-
newBuilder
public DeleteCustomResolverLocationOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteCustomResolverLocationOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
-
resolverId
public String resolverId()
Gets the resolverId. The unique identifier of a custom resolver.- Returns:
- the resolverId
-
locationId
public String locationId()
Gets the locationId. Custom resolver location ID.- Returns:
- the locationId
-
xCorrelationId
public String xCorrelationId()
Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
-
-