Class UpdateLagRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.directconnect.model.DirectConnectRequest
-
- software.amazon.awssdk.services.directconnect.model.UpdateLagRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateLagRequest extends DirectConnectRequest implements ToCopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateLagRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateLagRequest.Builderbuilder()StringencryptionMode()The LAG MAC Security (MACsec) encryption mode.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlagId()The ID of the LAG.StringlagName()The name of the LAG.IntegerminimumLinks()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lagId
public final String lagId()
The ID of the LAG.
- Returns:
- The ID of the LAG.
-
lagName
public final String lagName()
The name of the LAG.
- Returns:
- The name of the LAG.
-
minimumLinks
public final Integer minimumLinks()
The minimum number of physical connections that must be operational for the LAG itself to be operational.
- Returns:
- The minimum number of physical connections that must be operational for the LAG itself to be operational.
-
encryptionMode
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.
- Returns:
- The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
-
toBuilder
public UpdateLagRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>- Specified by:
toBuilderin classDirectConnectRequest
-
builder
public static UpdateLagRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateLagRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-