public class AllocatePublicVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable
AllocatePublicVirtualInterface operation
.
Provisions a public virtual interface to be owned by a different customer.
The owner of a connection calls this function to provision a public 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 ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic.
Constructor and Description |
---|
AllocatePublicVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getConnectionId()
The connection ID on which the public virtual interface is
provisioned.
|
NewPublicVirtualInterfaceAllocation |
getNewPublicVirtualInterfaceAllocation()
Detailed information for the public virtual interface to be
provisioned.
|
String |
getOwnerAccount()
The AWS account that will own the new public virtual interface.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The connection ID on which the public virtual interface is
provisioned.
|
void |
setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be
provisioned.
|
void |
setOwnerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AllocatePublicVirtualInterfaceRequest |
withConnectionId(String connectionId)
The connection ID on which the public virtual interface is
provisioned.
|
AllocatePublicVirtualInterfaceRequest |
withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be
provisioned.
|
AllocatePublicVirtualInterfaceRequest |
withOwnerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public AllocatePublicVirtualInterfaceRequest()
public String getConnectionId()
Default: None
Default: None
public void setConnectionId(String connectionId)
Default: None
connectionId
- The connection ID on which the public virtual interface is
provisioned. Default: None
public AllocatePublicVirtualInterfaceRequest 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 public 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 public virtual interface.
Default: None
public AllocatePublicVirtualInterfaceRequest 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 public virtual interface.
Default: None
public NewPublicVirtualInterfaceAllocation getNewPublicVirtualInterfaceAllocation()
Default: None
Default: None
public void setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Default: None
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be
provisioned. Default: None
public AllocatePublicVirtualInterfaceRequest withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Default: None
Returns a reference to this object so that method calls can be chained together.
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be
provisioned. Default: None
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.