Class KmsKeyVariableDependsOn.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.KmsKeyVariableDependsOn.Builder
-
- Enclosing class:
- KmsKeyVariableDependsOn
public static class KmsKeyVariableDependsOn.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KmsKeyVariableDependsOn.Builderalgorithm(String algorithm)Key cryptographic algorithm (RSA, AES, etc).KmsKeyVariableDependsOnbuild()KmsKeyVariableDependsOn.BuildercompartmentId(String compartmentId)OCID of the compartment.KmsKeyVariableDependsOn.Buildercopy(KmsKeyVariableDependsOn model)KmsKeyVariableDependsOn.BuildercurveId(String curveId)Curve identifier for key creation.KmsKeyVariableDependsOn.Builderlength(Integer length)Length of the cryptographic key in bits.KmsKeyVariableDependsOn.BuilderprotectionMode(String protectionMode)The KMS crypto protection mode string.KmsKeyVariableDependsOn.BuildervaultId(String vaultId)OCID of the Vault.
-
-
-
Method Detail
-
compartmentId
public KmsKeyVariableDependsOn.Builder compartmentId(String compartmentId)
OCID of the compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
vaultId
public KmsKeyVariableDependsOn.Builder vaultId(String vaultId)
OCID of the Vault.- Parameters:
vaultId- the value to set- Returns:
- this builder
-
protectionMode
public KmsKeyVariableDependsOn.Builder protectionMode(String protectionMode)
The KMS crypto protection mode string.- Parameters:
protectionMode- the value to set- Returns:
- this builder
-
algorithm
public KmsKeyVariableDependsOn.Builder algorithm(String algorithm)
Key cryptographic algorithm (RSA, AES, etc).- Parameters:
algorithm- the value to set- Returns:
- this builder
-
length
public KmsKeyVariableDependsOn.Builder length(Integer length)
Length of the cryptographic key in bits.- Parameters:
length- the value to set- Returns:
- this builder
-
curveId
public KmsKeyVariableDependsOn.Builder curveId(String curveId)
Curve identifier for key creation.- Parameters:
curveId- the value to set- Returns:
- this builder
-
build
public KmsKeyVariableDependsOn build()
-
copy
public KmsKeyVariableDependsOn.Builder copy(KmsKeyVariableDependsOn model)
-
-