public static interface VpcConfigResponse.Builder extends CopyableBuilder<VpcConfigResponse.Builder,VpcConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
VpcConfigResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs associated with the Lambda function.
|
VpcConfigResponse.Builder |
securityGroupIds(String... securityGroupIds)
A list of security group IDs associated with the Lambda function.
|
VpcConfigResponse.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the Lambda function.
|
VpcConfigResponse.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs associated with the Lambda function.
|
VpcConfigResponse.Builder |
vpcId(String vpcId)
The VPC ID associated with you Lambda function.
|
copyapply, buildVpcConfigResponse.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the Lambda function.
subnetIds - A list of subnet IDs associated with the Lambda function.VpcConfigResponse.Builder subnetIds(String... subnetIds)
A list of subnet IDs associated with the Lambda function.
subnetIds - A list of subnet IDs associated with the Lambda function.VpcConfigResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs associated with the Lambda function.
securityGroupIds - A list of security group IDs associated with the Lambda function.VpcConfigResponse.Builder securityGroupIds(String... securityGroupIds)
A list of security group IDs associated with the Lambda function.
securityGroupIds - A list of security group IDs associated with the Lambda function.VpcConfigResponse.Builder vpcId(String vpcId)
The VPC ID associated with you Lambda function.
vpcId - The VPC ID associated with you Lambda function.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.