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