Class EnableSuperuserDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.managedkafka.model.EnableSuperuserDetails.Builder
-
- Enclosing class:
- EnableSuperuserDetails
public static class EnableSuperuserDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnableSuperuserDetails
build()
EnableSuperuserDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment that contains the superuser secret.EnableSuperuserDetails.Builder
copy(EnableSuperuserDetails model)
EnableSuperuserDetails.Builder
secretId(String secretId)
The OCID of the secret that will be populated with the generated superuser password.
-
-
-
Method Detail
-
compartmentId
public EnableSuperuserDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the superuser secret.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
secretId
public EnableSuperuserDetails.Builder secretId(String secretId)
The OCID of the secret that will be populated with the generated superuser password.- Parameters:
secretId
- the value to set- Returns:
- this builder
-
build
public EnableSuperuserDetails build()
-
copy
public EnableSuperuserDetails.Builder copy(EnableSuperuserDetails model)
-
-