Class CreateCustomResolverOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.CreateCustomResolverOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CreateCustomResolverOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createCustomResolver options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateCustomResolverOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Gets the description.StringinstanceId()Gets the instanceId.List<LocationInput>locations()Gets the locations.Stringname()Gets the name.CreateCustomResolverOptions.BuildernewBuilder()New builder.StringxCorrelationId()Gets the xCorrelationId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic CreateCustomResolverOptions.Builder newBuilder() New builder.- Returns:
- a CreateCustomResolverOptions builder
 
 - 
instanceIdpublic String instanceId() Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
 
 - 
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
 
 - 
locationspublic List<LocationInput> locations() Gets the locations. Locations on which the custom resolver will be running.- Returns:
- the locations
 
 - 
xCorrelationIdpublic String xCorrelationId() Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
 
 
- 
 
-