Class CreateServiceIdGroupOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateServiceIdGroupOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateServiceIdGroupOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createServiceIdGroup options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateServiceIdGroupOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.Stringdescription()Gets the description.java.lang.Stringname()Gets the name.CreateServiceIdGroupOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public CreateServiceIdGroupOptions.Builder newBuilder()
New builder.- Returns:
- a CreateServiceIdGroupOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. ID of the account the service ID group belongs to.- Returns:
- the accountId
-
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
-
-