public static class VaultSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VaultSummary |
build() |
VaultSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains a particular vault.
|
VaultSummary.Builder |
copy(VaultSummary model) |
VaultSummary.Builder |
cryptoEndpoint(String cryptoEndpoint)
The service endpoint to perform cryptographic operations against.
|
VaultSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
VaultSummary.Builder |
displayName(String displayName)
A user-friendly name for a vault.
|
VaultSummary.Builder |
externalKeyManagerMetadataSummary(ExternalKeyManagerMetadataSummary externalKeyManagerMetadataSummary) |
VaultSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
VaultSummary.Builder |
id(String id)
The OCID of a vault.
|
VaultSummary.Builder |
lifecycleState(VaultSummary.LifecycleState lifecycleState)
A vault’s current lifecycle state.
|
VaultSummary.Builder |
managementEndpoint(String managementEndpoint)
The service endpoint to perform management operations against.
|
VaultSummary.Builder |
timeCreated(Date timeCreated)
The date and time a vault was created, expressed in RFC
3339 timestamp format.
|
VaultSummary.Builder |
vaultType(VaultSummary.VaultType vaultType)
The type of vault.
|
public VaultSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains a particular vault.
compartmentId
- the value to setpublic VaultSummary.Builder cryptoEndpoint(String cryptoEndpoint)
The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.
cryptoEndpoint
- the value to setpublic VaultSummary.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 VaultSummary.Builder displayName(String displayName)
A user-friendly name for a vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.
displayName
- the value to setpublic VaultSummary.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 VaultSummary.Builder id(String id)
The OCID of a vault.
id
- the value to setpublic VaultSummary.Builder lifecycleState(VaultSummary.LifecycleState lifecycleState)
A vault’s current lifecycle state.
Example: ACTIVE
lifecycleState
- the value to setpublic VaultSummary.Builder managementEndpoint(String managementEndpoint)
The service endpoint to perform management operations against. Management operations include “Create,” “Update,” “List,” “Get,” and “Delete” operations.
managementEndpoint
- the value to setpublic VaultSummary.Builder timeCreated(Date timeCreated)
The date and time a vault was created, expressed in RFC 3339 timestamp format.
Example: 2018-04-03T21:10:29.600Z
timeCreated
- the value to setpublic VaultSummary.Builder vaultType(VaultSummary.VaultType vaultType)
The type of vault. Each type of vault stores keys with different degrees of isolation and has different options and pricing.
vaultType
- the value to setpublic VaultSummary.Builder externalKeyManagerMetadataSummary(ExternalKeyManagerMetadataSummary externalKeyManagerMetadataSummary)
public VaultSummary build()
public VaultSummary.Builder copy(VaultSummary model)
Copyright © 2016–2024. All rights reserved.