Class CreateMacsecKey.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.CreateMacsecKey.Builder
 
- 
- Enclosing class:
- CreateMacsecKey
 
 public static class CreateMacsecKey.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateMacsecKeybuild()CreateMacsecKey.BuilderconnectivityAssociationKeySecretId(String connectivityAssociationKeySecretId)Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.CreateMacsecKey.BuilderconnectivityAssociationNameSecretId(String connectivityAssociationNameSecretId)Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.CreateMacsecKey.Buildercopy(CreateMacsecKey model)
 
- 
- 
- 
Method Detail- 
connectivityAssociationNameSecretIdpublic CreateMacsecKey.Builder connectivityAssociationNameSecretId(String connectivityAssociationNameSecretId) Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.NOTE: Only the latest secret version will be used. - Parameters:
- connectivityAssociationNameSecretId- the value to set
- Returns:
- this builder
 
 - 
connectivityAssociationKeySecretIdpublic CreateMacsecKey.Builder connectivityAssociationKeySecretId(String connectivityAssociationKeySecretId) Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.NOTE: Only the latest secret version will be used. - Parameters:
- connectivityAssociationKeySecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateMacsecKey build() 
 - 
copypublic CreateMacsecKey.Builder copy(CreateMacsecKey model) 
 
- 
 
-