Uses of Class
com.oracle.bmc.keymanagement.model.WrappingKey.Builder
-
Packages that use WrappingKey.Builder Package Description com.oracle.bmc.keymanagement.model -
-
Uses of WrappingKey.Builder in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return WrappingKey.Builder Modifier and Type Method 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.
-