Class CustomCredentialsSecretVersionPrototype.Builder
- java.lang.Object
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CustomCredentialsSecretVersionPrototype.Builder
-
- Enclosing class:
- CustomCredentialsSecretVersionPrototype
public static class CustomCredentialsSecretVersionPrototype.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.Builder(SecretVersionPrototype customCredentialsSecretVersionPrototype)Instantiates a new Builder from an existing CustomCredentialsSecretVersionPrototype instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomCredentialsSecretVersionPrototypebuild()Builds a CustomCredentialsSecretVersionPrototype.CustomCredentialsSecretVersionPrototype.BuildercustomMetadata(Map<String,Object> customMetadata)Set the customMetadata.CustomCredentialsSecretVersionPrototype.BuilderversionCustomMetadata(Map<String,Object> versionCustomMetadata)Set the versionCustomMetadata.
-
-
-
Constructor Detail
-
Builder
public Builder(SecretVersionPrototype customCredentialsSecretVersionPrototype)
Instantiates a new Builder from an existing CustomCredentialsSecretVersionPrototype instance.- Parameters:
customCredentialsSecretVersionPrototype- the instance to initialize the Builder with
-
Builder
public Builder()
Instantiates a new builder.
-
-
Method Detail
-
build
public CustomCredentialsSecretVersionPrototype build()
Builds a CustomCredentialsSecretVersionPrototype.- Returns:
- the new CustomCredentialsSecretVersionPrototype instance
-
customMetadata
public CustomCredentialsSecretVersionPrototype.Builder customMetadata(Map<String,Object> customMetadata)
Set the customMetadata.- Parameters:
customMetadata- the customMetadata- Returns:
- the CustomCredentialsSecretVersionPrototype builder
-
versionCustomMetadata
public CustomCredentialsSecretVersionPrototype.Builder versionCustomMetadata(Map<String,Object> versionCustomMetadata)
Set the versionCustomMetadata.- Parameters:
versionCustomMetadata- the versionCustomMetadata- Returns:
- the CustomCredentialsSecretVersionPrototype builder
-
-