public class CreateSecurityGroupOptions extends BaseEC2RequestOptions
import static org.jclouds.aws.ec2.options.CreateSecurityGroupOptions.Builder.*
AWSEC2Client connection = // get connection
group = connection.getAMIServices().createSecurityGroup(vpcId("123125").noReboot());
Modifier and Type | Class and Description |
---|---|
static class |
CreateSecurityGroupOptions.Builder |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
CreateSecurityGroupOptions() |
Modifier and Type | Method and Description |
---|---|
CreateSecurityGroupOptions |
vpcId(String vpcId)
ID of the VPC.
|
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader
public CreateSecurityGroupOptions vpcId(String vpcId)
Copyright © 2009-2012 jclouds. All Rights Reserved.