ToCopyableBuilder<AllocateConnectionOnInterconnectResponse.Builder,AllocateConnectionOnInterconnectResponse>
@Generated("software.amazon.awssdk:codegen") public class AllocateConnectionOnInterconnectResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AllocateConnectionOnInterconnectResponse.Builder,AllocateConnectionOnInterconnectResponse>
A connection represents the physical network connection between the AWS Direct Connect location and the customer.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AllocateConnectionOnInterconnectResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
awsDevice() |
The Direct Connection endpoint which the physical connection terminates on.
|
String |
bandwidth() |
Bandwidth of the connection.
|
static AllocateConnectionOnInterconnectResponse.Builder |
builder() |
|
String |
connectionId() |
|
String |
connectionName() |
|
String |
connectionState() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lagId() |
|
Date |
loaIssueTime() |
The time of the most recent call to DescribeLoa for this connection.
|
String |
location() |
|
String |
ownerAccount() |
The AWS account that will own the new connection.
|
String |
partnerName() |
The name of the AWS Direct Connect service provider associated with the connection.
|
String |
region() |
|
static Class<? extends AllocateConnectionOnInterconnectResponse.Builder> |
serializableBuilderClass() |
|
AllocateConnectionOnInterconnectResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Integer |
vlan() |
setSdkHttpMetadata, setSdkResponseMetadata
public String ownerAccount()
The AWS account that will own the new connection.
public String connectionId()
public String connectionName()
public String connectionState()
ConnectionState
public String region()
public String location()
public String bandwidth()
Bandwidth of the connection.
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)
Default: None
public Integer vlan()
public String partnerName()
The name of the AWS Direct Connect service provider associated with the connection.
public Date loaIssueTime()
The time of the most recent call to DescribeLoa for this connection.
public String lagId()
public String awsDevice()
The Direct Connection endpoint which the physical connection terminates on.
public AllocateConnectionOnInterconnectResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AllocateConnectionOnInterconnectResponse.Builder,AllocateConnectionOnInterconnectResponse>
public static AllocateConnectionOnInterconnectResponse.Builder builder()
public static Class<? extends AllocateConnectionOnInterconnectResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.