Interface VpcConfigurationUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VpcConfigurationUpdate.Builder,,- VpcConfigurationUpdate> - SdkBuilder<VpcConfigurationUpdate.Builder,,- VpcConfigurationUpdate> - SdkPojo
- Enclosing class:
- VpcConfigurationUpdate
@Mutable
@NotThreadSafe
public static interface VpcConfigurationUpdate.Builder
extends SdkPojo, CopyableBuilder<VpcConfigurationUpdate.Builder,VpcConfigurationUpdate> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
vpcConfigurationIdDescribes 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
- 
securityGroupIdUpdatesDescribes 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.
 
- 
securityGroupIdUpdatesDescribes 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.
 
 
-