Class UpdateServiceIdOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.UpdateServiceIdOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateServiceIdOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateServiceId options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateServiceIdOptions.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.UpdateServiceIdOptions.BuildernewBuilder()New builder.java.lang.StringshowGroupId()Gets the showGroupId.java.util.List<java.lang.String>uniqueInstanceCrns()Gets the uniqueInstanceCrns.
-
-
-
Method Detail
-
newBuilder
public UpdateServiceIdOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateServiceIdOptions builder
-
id
public java.lang.String id()
Gets the id. Unique ID of the service ID to be updated.- Returns:
- the id
-
ifMatch
public java.lang.String ifMatch()
Gets the ifMatch. Version of the service ID to be updated. Specify the version that you retrieved as entity_tag (ETag header) when reading the service ID. 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. The name of the service ID to update. If specified in the request the parameter must not be empty. The name is not checked for uniqueness. Failure to this will result in an Error condition.- Returns:
- the name
-
description
public java.lang.String description()
Gets the description. The description of the service ID to update. If specified an empty description will clear the description of the service ID. If an non empty value is provided the service ID will be updated.- Returns:
- the description
-
uniqueInstanceCrns
public java.util.List<java.lang.String> uniqueInstanceCrns()
Gets the uniqueInstanceCrns. List of CRNs which point to the services connected to this service ID. If specified an empty list will clear all existing unique instance crns of the service ID.- Returns:
- the uniqueInstanceCrns
-
showGroupId
public java.lang.String showGroupId()
Gets the showGroupId. Defines if the service ID group ID is included in the response.- Returns:
- the showGroupId
-
-