Class EnableSuperuserDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.managedkafka.model.EnableSuperuserDetails.Builder
 
- 
- Enclosing class:
- EnableSuperuserDetails
 
 public static class EnableSuperuserDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EnableSuperuserDetailsbuild()EnableSuperuserDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the superuser secret.EnableSuperuserDetails.Buildercopy(EnableSuperuserDetails model)EnableSuperuserDetails.BuildersecretId(String secretId)The OCID of the secret that will be populated with the generated superuser password.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic EnableSuperuserDetails.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the superuser secret.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
secretIdpublic 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
 
 - 
buildpublic EnableSuperuserDetails build() 
 - 
copypublic EnableSuperuserDetails.Builder copy(EnableSuperuserDetails model) 
 
- 
 
-