public static class HsmPartition.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HsmPartition |
build() |
HsmPartition.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains a particular HSM resource.
|
HsmPartition.Builder |
copy(HsmPartition model) |
HsmPartition.Builder |
id(String id)
The OCID of the HSM resource.
|
HsmPartition.Builder |
lifecycleState(HsmPartition.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.
|
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 |
timeCreated(Date timeCreated)
The date and time a HSMPartition was created, expressed in RFC
3339 timestamp format.
|
HsmPartition.Builder |
timeUpdated(Date timeUpdated)
The date and time a HSMPartition was updated, expressed in RFC
3339 timestamp format.
|
public HsmPartition.Builder id(String id)
The OCID of the HSM resource. Each HSM resource has a unique OCID as an identifier.
id
- the value to setpublic HsmPartition.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains a particular HSM resource.
compartmentId
- the value to setpublic 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)
portInformation
- the value to setpublic HsmPartition.Builder timeCreated(Date timeCreated)
The date and time a HSMPartition was created, expressed in RFC 3339 timestamp format.
Example: 2018-04-03T21:10:29.600Z
timeCreated
- the value to setpublic HsmPartition.Builder timeUpdated(Date timeUpdated)
The date and time a HSMPartition was updated, expressed in RFC 3339 timestamp format.
Example: 2018-04-03T21:10:29.600Z
timeUpdated
- the value to setpublic HsmPartition.Builder lifecycleState(HsmPartition.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.
Example: ACTIVE
lifecycleState
- the value to setpublic HsmPartition build()
public HsmPartition.Builder copy(HsmPartition model)
Copyright © 2016–2024. All rights reserved.