@Generated(value="software.amazon.awssdk:codegen") public final class CreateLagRequest extends DirectConnectRequest implements ToCopyableBuilder<CreateLagRequest.Builder,CreateLagRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateLagRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateLagRequest.Builder |
builder() |
List<Tag> |
childConnectionTags()
The tags to associate with the automtically created LAGs.
|
String |
connectionId()
The ID of an existing dedicated connection to migrate to the LAG.
|
String |
connectionsBandwidth()
The bandwidth of the individual physical dedicated connections bundled by the LAG.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasChildConnectionTags()
Returns true if the ChildConnectionTags property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
lagName()
The name of the LAG.
|
String |
location()
The location for the LAG.
|
Integer |
numberOfConnections()
The number of physical dedicated connections initially provisioned and bundled by the LAG.
|
String |
providerName()
The name of the service provider associated with the LAG.
|
Boolean |
requestMACSec()
Indicates whether the connection will support MAC Security (MACsec).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateLagRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags to associate with the LAG.
|
CreateLagRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer numberOfConnections()
The number of physical dedicated connections initially provisioned and bundled by the LAG.
public final String location()
The location for the LAG.
public final String connectionsBandwidth()
The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
public final String lagName()
The name of the LAG.
public final String connectionId()
The ID of an existing dedicated connection to migrate to the LAG.
public final boolean hasTags()
public final List<Tag> tags()
The tags to associate with the LAG.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final boolean hasChildConnectionTags()
public final List<Tag> childConnectionTags()
The tags to associate with the automtically created LAGs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasChildConnectionTags() to see if a value was sent in this field.
public final String providerName()
The name of the service provider associated with the LAG.
public final Boolean requestMACSec()
Indicates whether the connection will support MAC Security (MACsec).
All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the AWS Direct Connect User Guide.
All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the AWS Direct Connect User Guide.
public CreateLagRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateLagRequest.Builder,CreateLagRequest>toBuilder in class DirectConnectRequestpublic static CreateLagRequest.Builder builder()
public static Class<? extends CreateLagRequest.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 © 2021. All rights reserved.