public class AllocatePrivateVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
AllocatePrivateVirtualInterface operation
.
Provisions a private virtual interface to be owned by a different customer.
The owner of a connection calls this function to provision a private virtual interface which will be owned by another AWS customer.
Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPrivateVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic.
NOOP
Constructor and Description |
---|
AllocatePrivateVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
AllocatePrivateVirtualInterfaceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getConnectionId()
The connection ID on which the private virtual interface is
provisioned.
|
NewPrivateVirtualInterfaceAllocation |
getNewPrivateVirtualInterfaceAllocation()
Detailed information for the private virtual interface to be
provisioned.
|
String |
getOwnerAccount()
The AWS account that will own the new private virtual interface.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The connection ID on which the private virtual interface is
provisioned.
|
void |
setNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Detailed information for the private virtual interface to be
provisioned.
|
void |
setOwnerAccount(String ownerAccount)
The AWS account that will own the new private virtual interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AllocatePrivateVirtualInterfaceRequest |
withConnectionId(String connectionId)
The connection ID on which the private virtual interface is
provisioned.
|
AllocatePrivateVirtualInterfaceRequest |
withNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Detailed information for the private virtual interface to be
provisioned.
|
AllocatePrivateVirtualInterfaceRequest |
withOwnerAccount(String ownerAccount)
The AWS account that will own the new private virtual interface.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public AllocatePrivateVirtualInterfaceRequest()
public String getConnectionId()
Default: None
Default: None
public void setConnectionId(String connectionId)
Default: None
connectionId
- The connection ID on which the private virtual interface is
provisioned. Default: None
public AllocatePrivateVirtualInterfaceRequest withConnectionId(String connectionId)
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionId
- The connection ID on which the private virtual interface is
provisioned. Default: None
public String getOwnerAccount()
Default: None
Default: None
public void setOwnerAccount(String ownerAccount)
Default: None
ownerAccount
- The AWS account that will own the new private virtual interface.
Default: None
public AllocatePrivateVirtualInterfaceRequest withOwnerAccount(String ownerAccount)
Default: None
Returns a reference to this object so that method calls can be chained together.
ownerAccount
- The AWS account that will own the new private virtual interface.
Default: None
public NewPrivateVirtualInterfaceAllocation getNewPrivateVirtualInterfaceAllocation()
Default: None
Default: None
public void setNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Default: None
newPrivateVirtualInterfaceAllocation
- Detailed information for the private virtual interface to be
provisioned. Default: None
public AllocatePrivateVirtualInterfaceRequest withNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Default: None
Returns a reference to this object so that method calls can be chained together.
newPrivateVirtualInterfaceAllocation
- Detailed information for the private virtual interface to be
provisioned. Default: None
public String toString()
toString
in class Object
Object.toString()
public AllocatePrivateVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.