Class CreateSecretGroupOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CreateSecretGroupOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateSecretGroupOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createSecretGroup options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSecretGroupOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Gets the description.Stringname()Gets the name.CreateSecretGroupOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public CreateSecretGroupOptions.Builder newBuilder()
New builder.- Returns:
- a CreateSecretGroupOptions builder
-
name
public String name()
Gets the name. The name of your secret group.- Returns:
- the name
-
description
public String description()
Gets the description. An extended description of your secret group. To protect your privacy, do not use personal data, such as your name or location, as a description for your secret group.- Returns:
- the description
-
-