Class SecretGroupPatch.Builder
- java.lang.Object
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretGroupPatch.Builder
-
- Enclosing class:
- SecretGroupPatch
public static class SecretGroupPatch.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretGroupPatchbuild()Builds a SecretGroupPatch.SecretGroupPatch.Builderdescription(String description)Set the description.SecretGroupPatch.Buildername(String name)Set the name.
-
-
-
Method Detail
-
build
public SecretGroupPatch build()
Builds a SecretGroupPatch.- Returns:
- the new SecretGroupPatch instance
-
name
public SecretGroupPatch.Builder name(String name)
Set the name.- Parameters:
name- the name- Returns:
- the SecretGroupPatch builder
-
description
public SecretGroupPatch.Builder description(String description)
Set the description.- Parameters:
description- the description- Returns:
- the SecretGroupPatch builder
-
-