Uses of Class
com.oracle.bmc.keymanagement.model.HsmPartition.Builder
-
Packages that use HsmPartition.Builder Package Description com.oracle.bmc.keymanagement.model -
-
Uses of HsmPartition.Builder in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return HsmPartition.Builder Modifier and Type Method Description static HsmPartition.Builder
HsmPartition. builder()
Create a new builder.HsmPartition.Builder
HsmPartition.Builder. compartmentId(String compartmentId)
The OCID of the compartment that contains a particular HSM resource.HsmPartition.Builder
HsmPartition.Builder. copy(HsmPartition model)
HsmPartition.Builder
HsmPartition.Builder. id(String id)
The OCID of the HSM resource.HsmPartition.Builder
HsmPartition.Builder. lifecycleState(HsmPartition.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.HsmPartition.Builder
HsmPartition.Builder. portInformation(List<PortInformation> portInformation)
Details of a single portInformation item include the PortNumber (an integer used as an identifier) and the PortType (refers to either an enum value of Managementutility,Clientutility, or null)HsmPartition.Builder
HsmPartition.Builder. timeCreated(Date timeCreated)
The date and time a HSMPartition was created, expressed in RFC 3339 timestamp format.HsmPartition.Builder
HsmPartition.Builder. timeUpdated(Date timeUpdated)
The date and time a HSMPartition was updated, expressed in RFC 3339 timestamp format.HsmPartition.Builder
HsmPartition. toBuilder()
-