@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcConfig extends Object implements Serializable, Cloneable, StructuredPojo
If your AWS CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.
Constructor and Description |
---|
VpcConfig() |
Modifier and Type | Method and Description |
---|---|
VpcConfig |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIds()
A list of one or more security groups IDs in your Amazon VPC.
|
List<String> |
getSubnets()
A list of one or more subnet IDs in your Amazon VPC.
|
String |
getVpcId()
The ID of the Amazon VPC.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
|
void |
setSubnets(Collection<String> subnets)
A list of one or more subnet IDs in your Amazon VPC.
|
void |
setVpcId(String vpcId)
The ID of the Amazon VPC.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VpcConfig |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
|
VpcConfig |
withSecurityGroupIds(String... securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
|
VpcConfig |
withSubnets(Collection<String> subnets)
A list of one or more subnet IDs in your Amazon VPC.
|
VpcConfig |
withSubnets(String... subnets)
A list of one or more subnet IDs in your Amazon VPC.
|
VpcConfig |
withVpcId(String vpcId)
The ID of the Amazon VPC.
|
public void setVpcId(String vpcId)
The ID of the Amazon VPC.
vpcId
- The ID of the Amazon VPC.public String getVpcId()
The ID of the Amazon VPC.
public VpcConfig withVpcId(String vpcId)
The ID of the Amazon VPC.
vpcId
- The ID of the Amazon VPC.public List<String> getSubnets()
A list of one or more subnet IDs in your Amazon VPC.
public void setSubnets(Collection<String> subnets)
A list of one or more subnet IDs in your Amazon VPC.
subnets
- A list of one or more subnet IDs in your Amazon VPC.public VpcConfig withSubnets(String... subnets)
A list of one or more subnet IDs in your Amazon VPC.
NOTE: This method appends the values to the existing list (if any). Use
setSubnets(java.util.Collection)
or withSubnets(java.util.Collection)
if you want to override
the existing values.
subnets
- A list of one or more subnet IDs in your Amazon VPC.public VpcConfig withSubnets(Collection<String> subnets)
A list of one or more subnet IDs in your Amazon VPC.
subnets
- A list of one or more subnet IDs in your Amazon VPC.public List<String> getSecurityGroupIds()
A list of one or more security groups IDs in your Amazon VPC.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
securityGroupIds
- A list of one or more security groups IDs in your Amazon VPC.public VpcConfig withSecurityGroupIds(String... securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- A list of one or more security groups IDs in your Amazon VPC.public VpcConfig withSecurityGroupIds(Collection<String> securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
securityGroupIds
- A list of one or more security groups IDs in your Amazon VPC.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.