public class RouteTableOptions extends BaseEC2RequestOptions
import static org.jclouds.ec2.options.RouteTableOptions.Builder.*
EC2Api connection = // get connection
RouteTable table = connection.getRouteTableApi().get().createRouteTable(vpcId, dryRun());
Modifier and Type | Class and Description |
---|---|
static class |
RouteTableOptions.Builder |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
RouteTableOptions() |
Modifier and Type | Method and Description |
---|---|
RouteTableOptions |
destinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR address block used for the destination match.
|
RouteTableOptions |
dryRun()
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response.
|
boolean |
isDryRun() |
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader
public RouteTableOptions dryRun()
public boolean isDryRun()
public RouteTableOptions destinationCidrBlock(String destinationCidrBlock)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.