Class UpdateResourceBindingOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.UpdateResourceBindingOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateResourceBindingOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateResourceBinding options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateResourceBindingOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Gets the id.java.lang.Stringname()Gets the name.UpdateResourceBindingOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateResourceBindingOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateResourceBindingOptions builder
-
id
public java.lang.String id()
Gets the id. The resource binding URL-encoded CRN or GUID.- Returns:
- the id
-
name
public java.lang.String name()
Gets the name. The new name of the binding. Must be 180 characters or less and cannot include any special characters other than `(space) - . _ :`.- Returns:
- the name
-
-