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