@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLagRequest extends DirectConnectRequest implements ToCopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLagRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateLagRequest.Builder |
builder() |
String |
encryptionMode()
The LAG MAC Security (MACsec) encryption mode.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lagId()
The ID of the LAG.
|
String |
lagName()
The name of the LAG.
|
Integer |
minimumLinks()
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLagRequest.Builder> |
serializableBuilderClass() |
UpdateLagRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String lagId()
The ID of the LAG.
public final String lagName()
The name of the LAG.
public final Integer minimumLinks()
The minimum number of physical connections that must be operational for the LAG itself to be operational.
public final String encryptionMode()
The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
Amazon Web Services applies the value to all connections which are part of the LAG.
public UpdateLagRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>toBuilder in class DirectConnectRequestpublic static UpdateLagRequest.Builder builder()
public static Class<? extends UpdateLagRequest.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 © 2023. All rights reserved.