public static interface VpcConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<VpcConfigurationUpdate.Builder,VpcConfigurationUpdate>
| Modifier and Type | Method and Description |
|---|---|
VpcConfigurationUpdate.Builder |
securityGroupIdUpdates(Collection<String> securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs
used by the VPC configuration.
|
VpcConfigurationUpdate.Builder |
securityGroupIdUpdates(String... securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs
used by the VPC configuration.
|
VpcConfigurationUpdate.Builder |
subnetIdUpdates(Collection<String> subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC
configuration.
|
VpcConfigurationUpdate.Builder |
subnetIdUpdates(String... subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC
configuration.
|
VpcConfigurationUpdate.Builder |
vpcConfigurationId(String vpcConfigurationId)
Describes an update to the ID of the VPC configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfigurationUpdate.Builder vpcConfigurationId(String vpcConfigurationId)
Describes an update to the ID of the VPC configuration.
vpcConfigurationId - Describes an update to the ID of the VPC configuration.VpcConfigurationUpdate.Builder subnetIdUpdates(Collection<String> subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC configuration.
subnetIdUpdates - Describes updates to the array of Subnet IDs used by
the VPC configuration.VpcConfigurationUpdate.Builder subnetIdUpdates(String... subnetIdUpdates)
Describes updates to the array of Subnet IDs used by the VPC configuration.
subnetIdUpdates - Describes updates to the array of Subnet IDs used by
the VPC configuration.VpcConfigurationUpdate.Builder securityGroupIdUpdates(Collection<String> securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
securityGroupIdUpdates - Describes updates to the array of SecurityGroup
IDs used by the VPC configuration.VpcConfigurationUpdate.Builder securityGroupIdUpdates(String... securityGroupIdUpdates)
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
securityGroupIdUpdates - Describes updates to the array of SecurityGroup
IDs used by the VPC configuration.Copyright © 2022. All rights reserved.