Class MacsecKey.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.MacsecKey.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MacsecKeybuild()MacsecKey.BuilderconnectivityAssociationKeySecretId(String connectivityAssociationKeySecretId)Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.MacsecKey.BuilderconnectivityAssociationKeySecretVersion(Long connectivityAssociationKeySecretVersion)The secret version of the connectivityAssociationKey secret in Vault.MacsecKey.BuilderconnectivityAssociationNameSecretId(String connectivityAssociationNameSecretId)Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.MacsecKey.BuilderconnectivityAssociationNameSecretVersion(Long connectivityAssociationNameSecretVersion)The secret version of the connectivity association name secret in Vault.MacsecKey.Buildercopy(MacsecKey model)
 
- 
- 
- 
Method Detail- 
connectivityAssociationNameSecretIdpublic MacsecKey.Builder connectivityAssociationNameSecretId(String connectivityAssociationNameSecretId) Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.- Parameters:
- connectivityAssociationNameSecretId- the value to set
- Returns:
- this builder
 
 - 
connectivityAssociationNameSecretVersionpublic MacsecKey.Builder connectivityAssociationNameSecretVersion(Long connectivityAssociationNameSecretVersion) The secret version of the connectivity association name secret in Vault.- Parameters:
- connectivityAssociationNameSecretVersion- the value to set
- Returns:
- this builder
 
 - 
connectivityAssociationKeySecretIdpublic MacsecKey.Builder connectivityAssociationKeySecretId(String connectivityAssociationKeySecretId) Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.- Parameters:
- connectivityAssociationKeySecretId- the value to set
- Returns:
- this builder
 
 - 
connectivityAssociationKeySecretVersionpublic MacsecKey.Builder connectivityAssociationKeySecretVersion(Long connectivityAssociationKeySecretVersion) The secret version of the connectivityAssociationKey secret in Vault.- Parameters:
- connectivityAssociationKeySecretVersion- the value to set
- Returns:
- this builder
 
 - 
buildpublic MacsecKey build() 
 - 
copypublic MacsecKey.Builder copy(MacsecKey model) 
 
- 
 
-