|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CreateRouteTableRequest
public class CreateRouteTableRequest
Container for the parameters to the CreateRouteTable operation.
Creates a new route table within a VPC. After you create a new route table, you can add routes and associate the table with a subnet. For more information about route tables, go to Route Tables in the Amazon Virtual Private Cloud User Guide.
AmazonEC2.createRouteTable(CreateRouteTableRequest)| Constructor Summary | |
|---|---|
CreateRouteTableRequest()
|
|
| Method Summary | |
|---|---|
String |
getVpcId()
The ID of the VPC where the route table will be created. |
void |
setVpcId(String vpcId)
The ID of the VPC where the route table will be created. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateRouteTableRequest |
withVpcId(String vpcId)
The ID of the VPC where the route table will be created. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateRouteTableRequest()
| Method Detail |
|---|
public String getVpcId()
public void setVpcId(String vpcId)
vpcId - The ID of the VPC where the route table will be created.public CreateRouteTableRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - The ID of the VPC where the route table will be created.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||