Class CreateMacsecKey.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.CreateMacsecKey.Builder
-
- Enclosing class:
- CreateMacsecKey
public static class CreateMacsecKey.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateMacsecKey
build()
CreateMacsecKey.Builder
connectivityAssociationKeySecretId(String connectivityAssociationKeySecretId)
Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.CreateMacsecKey.Builder
connectivityAssociationNameSecretId(String connectivityAssociationNameSecretId)
Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.CreateMacsecKey.Builder
copy(CreateMacsecKey model)
-
-
-
Method Detail
-
connectivityAssociationNameSecretId
public 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
-
connectivityAssociationKeySecretId
public 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
-
build
public CreateMacsecKey build()
-
copy
public CreateMacsecKey.Builder copy(CreateMacsecKey model)
-
-