Class DeleteServiceBindingOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.open_service_broker.v1.model.DeleteServiceBindingOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteServiceBindingOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteServiceBinding options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteServiceBindingOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringbindingId()Gets the bindingId.java.lang.StringinstanceId()Gets the instanceId.DeleteServiceBindingOptions.BuildernewBuilder()New builder.java.lang.StringplanId()Gets the planId.java.lang.StringserviceId()Gets the serviceId.
-
-
-
Method Detail
-
newBuilder
public DeleteServiceBindingOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteServiceBindingOptions builder
-
bindingId
public java.lang.String bindingId()
Gets the bindingId. The `binding_id` is the ID of a previously provisioned binding for that service instance.- Returns:
- the bindingId
-
instanceId
public java.lang.String instanceId()
Gets the instanceId. The `instance_id` is the ID of a previously provisioned service instance.- Returns:
- the instanceId
-
planId
public java.lang.String planId()
Gets the planId. The ID of the plan from the catalog.json in the broker. It MUST be a non-empty string and should be a GUID.- Returns:
- the planId
-
serviceId
public java.lang.String serviceId()
Gets the serviceId. The ID of the service from the catalog.json in the broker. It MUST be a non-empty string and should be a GUID.- Returns:
- the serviceId
-
-