public class CreatePublicVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CreatePublicVirtualInterface operation
.
Creates a new public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon Simple Storage Service (Amazon S3).
NOOP
Constructor and Description |
---|
CreatePublicVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePublicVirtualInterfaceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getConnectionId()
ID of the connection.
|
NewPublicVirtualInterface |
getNewPublicVirtualInterface()
Detailed information for the public virtual interface to be created.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
ID of the connection.
|
void |
setNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information for the public virtual interface to be created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreatePublicVirtualInterfaceRequest |
withConnectionId(String connectionId)
ID of the connection.
|
CreatePublicVirtualInterfaceRequest |
withNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information for the public virtual interface to be created.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getConnectionId()
Example: dxcon-fg5678gh
Default: None
Example: dxcon-fg5678gh
Default: None
public void setConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
connectionId
- ID of the connection. Example: dxcon-fg5678gh
Default: None
public CreatePublicVirtualInterfaceRequest withConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionId
- ID of the connection. Example: dxcon-fg5678gh
Default: None
public NewPublicVirtualInterface getNewPublicVirtualInterface()
Default: None
Default: None
public void setNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Default: None
newPublicVirtualInterface
- Detailed information for the public virtual interface to be created.
Default: None
public CreatePublicVirtualInterfaceRequest withNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Default: None
Returns a reference to this object so that method calls can be chained together.
newPublicVirtualInterface
- Detailed information for the public virtual interface to be created.
Default: None
public String toString()
toString
in class Object
Object.toString()
public CreatePublicVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.