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