CopyableBuilder<VpcConfigResponse.Builder,VpcConfigResponse>
, SdkBuilder<VpcConfigResponse.Builder,VpcConfigResponse>
public static interface VpcConfigResponse.Builder extends CopyableBuilder<VpcConfigResponse.Builder,VpcConfigResponse>
Modifier and Type | Method | Description |
---|---|---|
VpcConfigResponse.Builder |
securityGroupIds(String... securityGroupIds) |
A list of security group IDs associated with the Lambda function.
|
VpcConfigResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds) |
A list of security group IDs associated with the Lambda function.
|
VpcConfigResponse.Builder |
subnetIds(String... subnetIds) |
A list of subnet IDs associated with the Lambda function.
|
VpcConfigResponse.Builder |
subnetIds(Collection<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.
|
copy
apply, build
VpcConfigResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnetIds(java.util.Collection)
or #withSubnetIds(java.util.Collection)
if you want to
override the existing values.
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.
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 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.