Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateLagRequest.Builder,CreateLagRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateLagRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateLagRequest.Builder,CreateLagRequest>
Container for the parameters to the CreateLag operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateLagRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateLagRequest.Builder |
builder() |
|
String |
connectionId() |
The ID of an existing connection to migrate to the LAG.
|
String |
connectionsBandwidth() |
The bandwidth of the individual physical connections bundled by the LAG.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lagName() |
The name of the LAG.
|
String |
location() |
The AWS Direct Connect location in which the LAG should be allocated.
|
Integer |
numberOfConnections() |
The number of physical connections initially provisioned and bundled by the LAG.
|
static Class<? extends CreateLagRequest.Builder> |
serializableBuilderClass() |
|
CreateLagRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public Integer numberOfConnections()
The number of physical connections initially provisioned and bundled by the LAG.
Default: None
Default: None
public String location()
The AWS Direct Connect location in which the LAG should be allocated.
Example: EqSV5
Default: None
Example: EqSV5
Default: None
public String connectionsBandwidth()
The bandwidth of the individual physical connections bundled by the LAG.
Default: None
Available values: 1Gbps, 10Gbps
Default: None
Available values: 1Gbps, 10Gbps
public String lagName()
The name of the LAG.
Example: "3x10G LAG to AWS
"
Default: None
Example: "3x10G LAG to AWS
"
Default: None
public String connectionId()
The ID of an existing connection to migrate to the LAG.
Default: None
Default: None
public CreateLagRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateLagRequest.Builder,CreateLagRequest>
public static CreateLagRequest.Builder builder()
public static Class<? extends CreateLagRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.