public static class UpdateMacsecProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateMacsecProperties |
build() |
UpdateMacsecProperties.Builder |
copy(UpdateMacsecProperties model) |
UpdateMacsecProperties.Builder |
encryptionCipher(MacsecEncryptionCipher encryptionCipher)
Type of encryption cipher suite to use for the MACsec connection.
|
UpdateMacsecProperties.Builder |
primaryKey(UpdateMacsecKey primaryKey) |
UpdateMacsecProperties.Builder |
state(MacsecState state)
Indicates whether or not MACsec is enabled.
|
public UpdateMacsecProperties.Builder state(MacsecState state)
Indicates whether or not MACsec is enabled.
state
- the value to setpublic UpdateMacsecProperties.Builder primaryKey(UpdateMacsecKey primaryKey)
public UpdateMacsecProperties.Builder encryptionCipher(MacsecEncryptionCipher encryptionCipher)
Type of encryption cipher suite to use for the MACsec connection.
encryptionCipher
- the value to setpublic UpdateMacsecProperties build()
public UpdateMacsecProperties.Builder copy(UpdateMacsecProperties model)
Copyright © 2016–2024. All rights reserved.