Interface MacSecKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MacSecKey.Builder,
,MacSecKey> SdkBuilder<MacSecKey.Builder,
,MacSecKey> SdkPojo
- Enclosing class:
MacSecKey
-
Method Summary
Modifier and TypeMethodDescriptionThe Connection Key Name (CKN) for the MAC Security secret key.The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.The date that the MAC Security (MACsec) secret key takes effect.The state of the MAC Security (MACsec) secret key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
secretARN
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
- Parameters:
secretARN
- The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ckn
The Connection Key Name (CKN) for the MAC Security secret key.
- Parameters:
ckn
- The Connection Key Name (CKN) for the MAC Security secret key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
startOn
The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.
- Parameters:
startOn
- The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-