|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.directconnect.model.CreateConnectionRequest
public class CreateConnectionRequest
Container for the parameters to the CreateConnection operation.
Creates a new network 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. A 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.
AmazonDirectConnect.createConnection(CreateConnectionRequest),
Serialized Form| Constructor Summary | |
|---|---|
CreateConnectionRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getConnectionName()
The name of the connection. |
java.lang.String |
getOfferingId()
The ID of the offering. |
int |
hashCode()
|
void |
setConnectionName(java.lang.String connectionName)
The name of the connection. |
void |
setOfferingId(java.lang.String offeringId)
The ID of the offering. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateConnectionRequest |
withConnectionName(java.lang.String connectionName)
The name of the connection. |
CreateConnectionRequest |
withOfferingId(java.lang.String offeringId)
The ID of the offering. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateConnectionRequest()
| Method Detail |
|---|
public java.lang.String getOfferingId()
Example: us-west-1_EqSV5_1G
Default: None
Example: us-west-1_EqSV5_1G
Default: None
public void setOfferingId(java.lang.String offeringId)
Example: us-west-1_EqSV5_1G
Default: None
offeringId - The ID of the offering. Example: us-west-1_EqSV5_1G
Default: None
public CreateConnectionRequest withOfferingId(java.lang.String offeringId)
Example: us-west-1_EqSV5_1G
Default: None
Returns a reference to this object so that method calls can be chained together.
offeringId - The ID of the offering. Example: us-west-1_EqSV5_1G
Default: None
public java.lang.String getConnectionName()
Example: "1G Connection to AWS"
Default: None
Example: "1G Connection to AWS"
Default: None
public void setConnectionName(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||