@Generated(value="software.amazon.awssdk:codegen") public final class AssociateMacSecKeyRequest extends DirectConnectRequest implements ToCopyableBuilder<AssociateMacSecKeyRequest.Builder,AssociateMacSecKeyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateMacSecKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateMacSecKeyRequest.Builder |
builder() |
String |
cak()
The MAC Security (MACsec) CAK to associate with the dedicated connection.
|
String |
ckn()
The MAC Security (MACsec) CKN to associate with the dedicated connection.
|
String |
connectionId()
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretARN()
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated
connection.
|
static Class<? extends AssociateMacSecKeyRequest.Builder> |
serializableBuilderClass() |
AssociateMacSecKeyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectionId()
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
You can use DescribeConnections or DescribeLags to retrieve connection ID.
You can use DescribeConnections or DescribeLags to retrieve connection ID.
public final String secretARN()
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated connection.
You can use DescribeConnections or DescribeLags to retrieve the MAC Security (MACsec) secret key.
If you use this request parameter, you do not use the ckn and cak request parameters.
You can use DescribeConnections or DescribeLags to retrieve the MAC Security (MACsec) secret key.
If you use this request parameter, you do not use the ckn and cak request
parameters.
public final String ckn()
The MAC Security (MACsec) CKN to associate with the dedicated connection.
You can create the CKN/CAK pair using an industry standard tool.
The valid values are 64 hexadecimal characters (0-9, A-E).
If you use this request parameter, you must use the cak request parameter and not use the
secretARN request parameter.
You can create the CKN/CAK pair using an industry standard tool.
The valid values are 64 hexadecimal characters (0-9, A-E).
If you use this request parameter, you must use the cak request parameter and not use the
secretARN request parameter.
public final String cak()
The MAC Security (MACsec) CAK to associate with the dedicated connection.
You can create the CKN/CAK pair using an industry standard tool.
The valid values are 64 hexadecimal characters (0-9, A-E).
If you use this request parameter, you must use the ckn request parameter and not use the
secretARN request parameter.
You can create the CKN/CAK pair using an industry standard tool.
The valid values are 64 hexadecimal characters (0-9, A-E).
If you use this request parameter, you must use the ckn request parameter and not use the
secretARN request parameter.
public AssociateMacSecKeyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateMacSecKeyRequest.Builder,AssociateMacSecKeyRequest>toBuilder in class DirectConnectRequestpublic static AssociateMacSecKeyRequest.Builder builder()
public static Class<? extends AssociateMacSecKeyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.