Interface VpcConfigurationUpdate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VpcConfigurationUpdate.Builder,,VpcConfigurationUpdate> SdkBuilder<VpcConfigurationUpdate.Builder,,VpcConfigurationUpdate> SdkPojo
- Enclosing class:
 VpcConfigurationUpdate
public static interface VpcConfigurationUpdate.Builder
extends SdkPojo, CopyableBuilder<VpcConfigurationUpdate.Builder,VpcConfigurationUpdate> 
- 
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIdUpdates(String... securityGroupIdUpdates) Describes updates to the array of SecurityGroup IDs used by the VPC configuration.securityGroupIdUpdates(Collection<String> securityGroupIdUpdates) Describes updates to the array of SecurityGroup IDs used by the VPC configuration.subnetIdUpdates(String... subnetIdUpdates) Describes updates to the array of Subnet IDs used by the VPC configuration.subnetIdUpdates(Collection<String> subnetIdUpdates) Describes updates to the array of Subnet IDs used by the VPC configuration.vpcConfigurationId(String vpcConfigurationId) Describes an update to the ID of the VPC configuration.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
- 
vpcConfigurationId
Describes an update to the ID of the VPC configuration.
- Parameters:
 vpcConfigurationId- Describes an update to the ID of the VPC configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIdUpdates
 - 
subnetIdUpdates
 - 
securityGroupIdUpdates
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
- Parameters:
 securityGroupIdUpdates- Describes updates to the array of SecurityGroup IDs used by the VPC configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIdUpdates
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
- Parameters:
 securityGroupIdUpdates- Describes updates to the array of SecurityGroup IDs used by the VPC configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -