Class UpdateServiceIdGroupOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.UpdateServiceIdGroupOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateServiceIdGroupOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateServiceIdGroup options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateServiceIdGroupOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()Gets the description.java.lang.Stringid()Gets the id.java.lang.StringifMatch()Gets the ifMatch.java.lang.Stringname()Gets the name.UpdateServiceIdGroupOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateServiceIdGroupOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateServiceIdGroupOptions builder
-
id
public java.lang.String id()
Gets the id. Unique ID of the service ID group to be updated.- Returns:
- the id
-
ifMatch
public java.lang.String ifMatch()
Gets the ifMatch. Version of the service ID gorup to be updated. Specify the version that you retrieved when reading service ID group. This value helps identifying parallel usage of this API. Pass * to indicate to update any version available. This might result in stale updates.- Returns:
- the ifMatch
-
name
public java.lang.String name()
Gets the name. Name of the service ID group. Unique in the account.- Returns:
- the name
-
description
public java.lang.String description()
Gets the description. Description of the service ID group.- Returns:
- the description
-
-