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