@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInterconnectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the CreateInterconnect operation.
NOOP
Constructor and Description |
---|
CreateInterconnectRequest() |
Modifier and Type | Method and Description |
---|---|
CreateInterconnectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBandwidth()
The port bandwidth
|
String |
getInterconnectName()
The name of the interconnect.
|
String |
getLagId() |
String |
getLocation()
Where the interconnect is located
|
int |
hashCode() |
void |
setBandwidth(String bandwidth)
The port bandwidth
|
void |
setInterconnectName(String interconnectName)
The name of the interconnect.
|
void |
setLagId(String lagId) |
void |
setLocation(String location)
Where the interconnect is located
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateInterconnectRequest |
withBandwidth(String bandwidth)
The port bandwidth
|
CreateInterconnectRequest |
withInterconnectName(String interconnectName)
The name of the interconnect.
|
CreateInterconnectRequest |
withLagId(String lagId) |
CreateInterconnectRequest |
withLocation(String location)
Where the interconnect is located
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setInterconnectName(String interconnectName)
The name of the interconnect.
Example: "1G Interconnect to AWS"
Default: None
interconnectName
- The name of the interconnect.
Example: "1G Interconnect to AWS"
Default: None
public String getInterconnectName()
The name of the interconnect.
Example: "1G Interconnect to AWS"
Default: None
Example: "1G Interconnect to AWS"
Default: None
public CreateInterconnectRequest withInterconnectName(String interconnectName)
The name of the interconnect.
Example: "1G Interconnect to AWS"
Default: None
interconnectName
- The name of the interconnect.
Example: "1G Interconnect to AWS"
Default: None
public void setBandwidth(String bandwidth)
The port bandwidth
Example: 1Gbps
Default: None
Available values: 1Gbps,10Gbps
bandwidth
- The port bandwidth
Example: 1Gbps
Default: None
Available values: 1Gbps,10Gbps
public String getBandwidth()
The port bandwidth
Example: 1Gbps
Default: None
Available values: 1Gbps,10Gbps
Example: 1Gbps
Default: None
Available values: 1Gbps,10Gbps
public CreateInterconnectRequest withBandwidth(String bandwidth)
The port bandwidth
Example: 1Gbps
Default: None
Available values: 1Gbps,10Gbps
bandwidth
- The port bandwidth
Example: 1Gbps
Default: None
Available values: 1Gbps,10Gbps
public void setLocation(String location)
Where the interconnect is located
Example: EqSV5
Default: None
location
- Where the interconnect is located
Example: EqSV5
Default: None
public String getLocation()
Where the interconnect is located
Example: EqSV5
Default: None
Example: EqSV5
Default: None
public CreateInterconnectRequest withLocation(String location)
Where the interconnect is located
Example: EqSV5
Default: None
location
- Where the interconnect is located
Example: EqSV5
Default: None
public void setLagId(String lagId)
lagId
- public String getLagId()
public CreateInterconnectRequest withLagId(String lagId)
lagId
- public String toString()
toString
in class Object
Object.toString()
public CreateInterconnectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.