public class CreateConnectionRequest extends AmazonWebServiceRequest implements Serializable
CreateConnection operation
.
Creates a new connection between the customer network and a specific AWS Direct Connect location.
A connection links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. An AWS Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions.
NOOP
Constructor and Description |
---|
CreateConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBandwidth()
Bandwidth of the connection.
|
String |
getConnectionName()
The name of the connection.
|
String |
getLocation()
Where the connection is located.
|
int |
hashCode() |
void |
setBandwidth(String bandwidth)
Bandwidth of the connection.
|
void |
setConnectionName(String connectionName)
The name of the connection.
|
void |
setLocation(String location)
Where the connection is located.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateConnectionRequest |
withBandwidth(String bandwidth)
Bandwidth of the connection.
|
CreateConnectionRequest |
withConnectionName(String connectionName)
The name of the connection.
|
CreateConnectionRequest |
withLocation(String location)
Where the connection is located.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getLocation()
Example: EqSV5
Default: None
Example: EqSV5
Default: None
public void setLocation(String location)
Example: EqSV5
Default: None
location
- Where the connection is located. Example: EqSV5
Default: None
public CreateConnectionRequest withLocation(String location)
Example: EqSV5
Default: None
Returns a reference to this object so that method calls can be chained together.
location
- Where the connection is located. Example: EqSV5
Default: None
public String getBandwidth()
Example: 1Gbps
Default: None
Example: 1Gbps
Default: None
public void setBandwidth(String bandwidth)
Example: 1Gbps
Default: None
bandwidth
- Bandwidth of the connection. Example: 1Gbps
Default: None
public CreateConnectionRequest withBandwidth(String bandwidth)
Example: 1Gbps
Default: None
Returns a reference to this object so that method calls can be chained together.
bandwidth
- Bandwidth of the connection. Example: 1Gbps
Default: None
public String getConnectionName()
Example: "1G Connection to AWS"
Default: None
Example: "1G Connection to AWS"
Default: None
public void setConnectionName(String connectionName)
Example: "1G Connection to AWS"
Default: None
connectionName
- The name of the connection. Example: "1G Connection to AWS"
Default: None
public CreateConnectionRequest withConnectionName(String connectionName)
Example: "1G Connection to AWS"
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionName
- The name of the connection. Example: "1G Connection to AWS"
Default: None
public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.