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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeTsigKeyCompartmentDetails
build()
ChangeTsigKeyCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the TSIG key should be moved.ChangeTsigKeyCompartmentDetails.Builder
copy(ChangeTsigKeyCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeTsigKeyCompartmentDetails build()
-
copy
public ChangeTsigKeyCompartmentDetails.Builder copy(ChangeTsigKeyCompartmentDetails model)
-
-