Interface VpcConfigInput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VpcConfigInput.Builder,,VpcConfigInput> SdkBuilder<VpcConfigInput.Builder,,VpcConfigInput> SdkPojo
- Enclosing class:
 VpcConfigInput
public static interface VpcConfigInput.Builder
extends SdkPojo, CopyableBuilder<VpcConfigInput.Builder,VpcConfigInput> 
- 
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) The IDs of the security groups for this canary.securityGroupIds(Collection<String> securityGroupIds) The IDs of the security groups for this canary.The IDs of the subnets where this canary is to run.subnetIds(Collection<String> subnetIds) The IDs of the subnets where this canary is to run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
subnetIds
The IDs of the subnets where this canary is to run.
- Parameters:
 subnetIds- The IDs of the subnets where this canary is to run.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
The IDs of the subnets where this canary is to run.
- Parameters:
 subnetIds- The IDs of the subnets where this canary is to run.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
The IDs of the security groups for this canary.
- Parameters:
 securityGroupIds- The IDs of the security groups for this canary.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
The IDs of the security groups for this canary.
- Parameters:
 securityGroupIds- The IDs of the security groups for this canary.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -