Class VpcConfigResponse
- All Implemented Interfaces:
Serializable
,Cloneable
VPC configuration associated with your Lambda function.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of security group IDs associated with the Lambda function.A list of subnet IDs associated with the Lambda function.getVpcId()
The VPC ID associated with you Lambda function.int
hashCode()
void
setSecurityGroupIds
(Collection<String> securityGroupIds) A list of security group IDs associated with the Lambda function.void
setSubnetIds
(Collection<String> subnetIds) A list of subnet IDs associated with the Lambda function.void
The VPC ID associated with you Lambda function.toString()
Returns a string representation of this object; useful for testing and debugging.withSecurityGroupIds
(String... securityGroupIds) A list of security group IDs associated with the Lambda function.withSecurityGroupIds
(Collection<String> securityGroupIds) A list of security group IDs associated with the Lambda function.withSubnetIds
(String... subnetIds) A list of subnet IDs associated with the Lambda function.withSubnetIds
(Collection<String> subnetIds) A list of subnet IDs associated with the Lambda function.The VPC ID associated with you Lambda function.
-
Constructor Details
-
VpcConfigResponse
public VpcConfigResponse()
-
-
Method Details
-
getSubnetIds
A list of subnet IDs associated with the Lambda function.
- Returns:
- A list of subnet IDs associated with the Lambda function.
-
setSubnetIds
A list of subnet IDs associated with the Lambda function.
- Parameters:
subnetIds
- A list of subnet IDs associated with the Lambda function.
-
withSubnetIds
A list of subnet IDs associated with the Lambda function.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
orwithSubnetIds(java.util.Collection)
if you want to override the existing values.- Parameters:
subnetIds
- A list of subnet IDs associated with the Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSubnetIds
A list of subnet IDs associated with the Lambda function.
- Parameters:
subnetIds
- A list of subnet IDs associated with the Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getSecurityGroupIds
A list of security group IDs associated with the Lambda function.
- Returns:
- A list of security group IDs associated with the Lambda function.
-
setSecurityGroupIds
A list of security group IDs associated with the Lambda function.
- Parameters:
securityGroupIds
- A list of security group IDs associated with the Lambda function.
-
withSecurityGroupIds
A list of security group IDs associated with the Lambda function.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
orwithSecurityGroupIds(java.util.Collection)
if you want to override the existing values.- Parameters:
securityGroupIds
- A list of security group IDs associated with the Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSecurityGroupIds
A list of security group IDs associated with the Lambda function.
- Parameters:
securityGroupIds
- A list of security group IDs associated with the Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVpcId
The VPC ID associated with you Lambda function.
- Parameters:
vpcId
- The VPC ID associated with you Lambda function.
-
getVpcId
The VPC ID associated with you Lambda function.
- Returns:
- The VPC ID associated with you Lambda function.
-
withVpcId
The VPC ID associated with you Lambda function.
- Parameters:
vpcId
- The VPC ID associated with you Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-