Class UpdateMacsecKey.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.UpdateMacsecKey.Builder
 
- 
- Enclosing class:
- UpdateMacsecKey
 
 public static class UpdateMacsecKey.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMacsecKeybuild()UpdateMacsecKey.BuilderconnectivityAssociationKeySecretId(String connectivityAssociationKeySecretId)Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.UpdateMacsecKey.BuilderconnectivityAssociationKeySecretVersion(Long connectivityAssociationKeySecretVersion)The secret version of the connectivityAssociationKey secret in Vault.UpdateMacsecKey.BuilderconnectivityAssociationNameSecretId(String connectivityAssociationNameSecretId)Secret OCID containing the Connectivity Association Key Name (CKN) of this MACsec key.UpdateMacsecKey.BuilderconnectivityAssociationNameSecretVersion(Long connectivityAssociationNameSecretVersion)The secret version of the connectivity association name secret in Vault.UpdateMacsecKey.Buildercopy(UpdateMacsecKey model)
 
- 
- 
- 
Method Detail- 
connectivityAssociationNameSecretIdpublic UpdateMacsecKey.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 UpdateMacsecKey.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 UpdateMacsecKey.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 UpdateMacsecKey.Builder connectivityAssociationKeySecretVersion(Long connectivityAssociationKeySecretVersion) The secret version of the connectivityAssociationKey secret in Vault.- Parameters:
- connectivityAssociationKeySecretVersion- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateMacsecKey build() 
 - 
copypublic UpdateMacsecKey.Builder copy(UpdateMacsecKey model) 
 
- 
 
-