public static class HsmClusterSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HsmClusterSummary |
build() |
HsmClusterSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains a particular HSMCluster resource.
|
HsmClusterSummary.Builder |
copy(HsmClusterSummary model) |
HsmClusterSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
HsmClusterSummary.Builder |
displayName(String displayName)
A user-friendly name for a HSMCluster resource.
|
HsmClusterSummary.Builder |
dnsName(String dnsName)
DNS name for the HSMCluster – this will contain information about the region as well.
|
HsmClusterSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
HsmClusterSummary.Builder |
id(String id)
The OCID of a HSMCluster resource.
|
HsmClusterSummary.Builder |
lifecycleState(HsmCluster.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.
|
HsmClusterSummary.Builder |
timeCreated(Date timeCreated)
The date and time a dedicated KMS resource was created, expressed in RFC
3339 timestamp format.
|
HsmClusterSummary.Builder |
timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the resource, expressed in RFC
3339 timestamp format.
|
HsmClusterSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time a dedicated KMS resource was updated, expressed in RFC
3339 timestamp format.
|
public HsmClusterSummary.Builder id(String id)
The OCID of a HSMCluster resource.
id
- the value to setpublic HsmClusterSummary.Builder displayName(String displayName)
A user-friendly name for a HSMCluster resource. It does not have to be unique, and it is changeable. Avoid entering confidential information.
displayName
- the value to setpublic HsmClusterSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains a particular HSMCluster resource.
compartmentId
- the value to setpublic HsmClusterSummary.Builder lifecycleState(HsmCluster.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.
Example: ACTIVE
lifecycleState
- the value to setpublic HsmClusterSummary.Builder dnsName(String dnsName)
DNS name for the HSMCluster – this will contain information about the region as well.
dnsName
- the value to setpublic HsmClusterSummary.Builder timeCreated(Date timeCreated)
The date and time a dedicated KMS resource was created, expressed in RFC 3339 timestamp format.
Example: 2023-04-03T21:10:29.600Z
timeCreated
- the value to setpublic HsmClusterSummary.Builder timeUpdated(Date timeUpdated)
The date and time a dedicated KMS resource was updated, expressed in RFC 3339 timestamp format.
Example: 2023-04-03T21:10:29.600Z
timeUpdated
- the value to setpublic HsmClusterSummary.Builder timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the resource, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeOfDeletion
- the value to setpublic HsmClusterSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic HsmClusterSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic HsmClusterSummary build()
public HsmClusterSummary.Builder copy(HsmClusterSummary model)
Copyright © 2016–2024. All rights reserved.