Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>
@Generated("software.amazon.awssdk:codegen") public class AssociateConnectionWithLagRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>
Container for the parameters to the AssociateConnectionWithLag operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociateConnectionWithLagRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AssociateConnectionWithLagRequest.Builder |
builder() |
|
String |
connectionId() |
The ID of the connection.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lagId() |
The ID of the LAG with which to associate the connection.
|
static Class<? extends AssociateConnectionWithLagRequest.Builder> |
serializableBuilderClass() |
|
AssociateConnectionWithLagRequest.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 String connectionId()
The ID of the connection.
Example: dxcon-abc123
Default: None
Example: dxcon-abc123
Default: None
public String lagId()
The ID of the LAG with which to associate the connection.
Example: dxlag-abc123
Default: None
Example: dxlag-abc123
Default: None
public AssociateConnectionWithLagRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>
public static AssociateConnectionWithLagRequest.Builder builder()
public static Class<? extends AssociateConnectionWithLagRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.