Interface VpcPropertiesPatch.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcPropertiesPatch.Builder,,VpcPropertiesPatch> SdkBuilder<VpcPropertiesPatch.Builder,,VpcPropertiesPatch> SdkPojo
- Enclosing class:
VpcPropertiesPatch
@Mutable
@NotThreadSafe
public static interface VpcPropertiesPatch.Builder
extends SdkPojo, CopyableBuilder<VpcPropertiesPatch.Builder,VpcPropertiesPatch>
-
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.
- Parameters:
vpcId- The identifier of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs of the VPC connection.
- Parameters:
subnetIds- The subnet IDs of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs of the VPC connection.
- Parameters:
subnetIds- The subnet IDs of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupId
The security group ID of the VPC connection.
- Parameters:
securityGroupId- The security group ID of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-