public class CreateInterconnectResult extends Object implements Serializable, Cloneable
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.
| Constructor and Description |
|---|
CreateInterconnectResult() |
public void setInterconnectId(String interconnectId)
interconnectId - public String getInterconnectId()
public CreateInterconnectResult withInterconnectId(String interconnectId)
interconnectId - public void setInterconnectName(String interconnectName)
interconnectName - public String getInterconnectName()
public CreateInterconnectResult withInterconnectName(String interconnectName)
interconnectName - public void setInterconnectState(String interconnectState)
interconnectState - InterconnectStatepublic String getInterconnectState()
InterconnectStatepublic CreateInterconnectResult withInterconnectState(String interconnectState)
interconnectState - InterconnectStatepublic void setInterconnectState(InterconnectState interconnectState)
interconnectState - InterconnectStatepublic CreateInterconnectResult withInterconnectState(InterconnectState interconnectState)
interconnectState - InterconnectStatepublic void setRegion(String region)
region - public String getRegion()
public CreateInterconnectResult withRegion(String region)
region - public void setLocation(String location)
location - public String getLocation()
public CreateInterconnectResult withLocation(String location)
location - public void setBandwidth(String bandwidth)
bandwidth - public String getBandwidth()
public CreateInterconnectResult withBandwidth(String bandwidth)
bandwidth - public String toString()
toString in class ObjectObject.toString()public CreateInterconnectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.