public static interface VpcConfigInput.Builder extends SdkPojo, CopyableBuilder<VpcConfigInput.Builder,VpcConfigInput>
| Modifier and Type | Method and Description |
|---|---|
VpcConfigInput.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigInput.Builder |
securityGroupIds(String... securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigInput.Builder |
subnetIds(Collection<String> subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigInput.Builder |
subnetIds(String... subnetIds)
The IDs of the subnets where this canary is to run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfigInput.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.VpcConfigInput.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.VpcConfigInput.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for this canary.
securityGroupIds - The IDs of the security groups for this canary.VpcConfigInput.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.