Package com.oracle.bmc.vault.model
Class ChangeSecretCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vault.model.ChangeSecretCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeSecretCompartmentDetails
 
 public static class ChangeSecretCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeSecretCompartmentDetailsbuild()ChangeSecretCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeSecretCompartmentDetails.Buildercopy(ChangeSecretCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeSecretCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment into which the resource should be moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeSecretCompartmentDetails build() 
 - 
copypublic ChangeSecretCompartmentDetails.Builder copy(ChangeSecretCompartmentDetails model) 
 
- 
 
-