ToCopyableBuilder<CreateInterconnectResponse.Builder,CreateInterconnectResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateInterconnectResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateInterconnectResponse.Builder,CreateInterconnectResponse>
An interconnect is a connection that can host other connections.
Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner's network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.
The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateInterconnectResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
awsDevice() |
The Direct Connection endpoint which the physical connection terminates on.
|
String |
bandwidth() |
|
static CreateInterconnectResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
interconnectId() |
|
String |
interconnectName() |
|
String |
interconnectState() |
|
String |
lagId() |
|
Date |
loaIssueTime() |
The time of the most recent call to DescribeInterconnectLoa for this Interconnect.
|
String |
location() |
|
String |
region() |
|
static Class<? extends CreateInterconnectResponse.Builder> |
serializableBuilderClass() |
|
CreateInterconnectResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String interconnectId()
public String interconnectName()
public String interconnectState()
InterconnectState
public String region()
public String location()
public String bandwidth()
public Date loaIssueTime()
The time of the most recent call to DescribeInterconnectLoa for this Interconnect.
public String lagId()
public String awsDevice()
The Direct Connection endpoint which the physical connection terminates on.
public CreateInterconnectResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateInterconnectResponse.Builder,CreateInterconnectResponse>
public static CreateInterconnectResponse.Builder builder()
public static Class<? extends CreateInterconnectResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.