Interface VpcPropertiesInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcPropertiesInput.Builder,,VpcPropertiesInput> SdkBuilder<VpcPropertiesInput.Builder,,VpcPropertiesInput> SdkPojo
- Enclosing class:
VpcPropertiesInput
@Mutable
@NotThreadSafe
public static interface VpcPropertiesInput.Builder
extends SdkPojo, CopyableBuilder<VpcPropertiesInput.Builder,VpcPropertiesInput>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupId(String securityGroupId) The security group ID of the VPC connection.The subnet IDs of the VPC connection.subnetIds(Collection<String> subnetIds) The subnet IDs of the VPC connection.The identifier of the VPC.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, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcId
The identifier of the VPC. Must match the pattern
^vpc-[a-z0-9]+$. Maximum length of 32.- Parameters:
vpcId- The identifier of the VPC. Must match the pattern^vpc-[a-z0-9]+$. Maximum length of 32.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.
- Parameters:
subnetIds- The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.
- Parameters:
subnetIds- The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupId
The security group ID of the VPC connection. Must match the pattern
^sg-[a-z0-9]+$. Maximum length of 32.- Parameters:
securityGroupId- The security group ID of the VPC connection. Must match the pattern^sg-[a-z0-9]+$. Maximum length of 32.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-