public static interface MacSecKey.Builder extends SdkPojo, CopyableBuilder<MacSecKey.Builder,MacSecKey>
| Modifier and Type | Method and Description |
|---|---|
MacSecKey.Builder |
ckn(String ckn)
The Connection Key Name (CKN) for the MAC Security secret key.
|
MacSecKey.Builder |
secretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
|
MacSecKey.Builder |
startOn(String startOn)
The date that the MAC Security (MACsec) secret key takes effect.
|
MacSecKey.Builder |
state(String state)
The state of the MAC Security (MACsec) secret key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMacSecKey.Builder secretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
secretARN - The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.MacSecKey.Builder ckn(String ckn)
The Connection Key Name (CKN) for the MAC Security secret key.
ckn - The Connection Key Name (CKN) for the MAC Security secret key.MacSecKey.Builder state(String state)
The state of the MAC Security (MACsec) secret key.
The possible values are:
associating: The MAC Security (MACsec) secret key is being validated and not yet associated with
the connection or LAG.
associated: The MAC Security (MACsec) secret key is validated and associated with the connection
or LAG.
disassociating: The MAC Security (MACsec) secret key is being disassociated from the connection
or LAG
disassociated: The MAC Security (MACsec) secret key is no longer associated with the connection
or LAG.
state - The state of the MAC Security (MACsec) secret key.
The possible values are:
associating: The MAC Security (MACsec) secret key is being validated and not yet
associated with the connection or LAG.
associated: The MAC Security (MACsec) secret key is validated and associated with the
connection or LAG.
disassociating: The MAC Security (MACsec) secret key is being disassociated from the
connection or LAG
disassociated: The MAC Security (MACsec) secret key is no longer associated with the
connection or LAG.
MacSecKey.Builder startOn(String startOn)
The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.
startOn - The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.Copyright © 2023. All rights reserved.