Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static WrappingKey.Builder |
WrappingKey.builder()
Create a new builder.
|
WrappingKey.Builder |
WrappingKey.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains this key.
|
WrappingKey.Builder |
WrappingKey.Builder.copy(WrappingKey model) |
WrappingKey.Builder |
WrappingKey.Builder.id(String id)
The OCID of the key.
|
WrappingKey.Builder |
WrappingKey.Builder.lifecycleState(WrappingKey.LifecycleState lifecycleState)
The key’s current lifecycle state.
|
WrappingKey.Builder |
WrappingKey.Builder.publicKey(String publicKey)
The public key, in PEM format, to use to wrap the key material before importing it.
|
WrappingKey.Builder |
WrappingKey.Builder.timeCreated(Date timeCreated)
The date and time the key was created, expressed in RFC
3339 timestamp format.
|
WrappingKey.Builder |
WrappingKey.toBuilder() |
WrappingKey.Builder |
WrappingKey.Builder.vaultId(String vaultId)
The OCID of the vault that contains this key.
|
Copyright © 2016–2024. All rights reserved.