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