public static interface VpcConfigOutput.Builder extends SdkPojo, CopyableBuilder<VpcConfigOutput.Builder,VpcConfigOutput>
| Modifier and Type | Method and Description |
|---|---|
VpcConfigOutput.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigOutput.Builder |
securityGroupIds(String... securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigOutput.Builder |
subnetIds(Collection<String> subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigOutput.Builder |
subnetIds(String... subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigOutput.Builder |
vpcId(String vpcId)
The IDs of the VPC where this canary is to run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfigOutput.Builder vpcId(String vpcId)
The IDs of the VPC where this canary is to run.
vpcId - The IDs of the VPC where this canary is to run.VpcConfigOutput.Builder subnetIds(Collection<String> subnetIds)
The IDs of the subnets where this canary is to run.
subnetIds - The IDs of the subnets where this canary is to run.VpcConfigOutput.Builder subnetIds(String... subnetIds)
The IDs of the subnets where this canary is to run.
subnetIds - The IDs of the subnets where this canary is to run.VpcConfigOutput.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for this canary.
securityGroupIds - The IDs of the security groups for this canary.VpcConfigOutput.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups for this canary.
securityGroupIds - The IDs of the security groups for this canary.Copyright © 2021. All rights reserved.