Interface UpdateWebAppVpcConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateWebAppVpcConfig.Builder,,UpdateWebAppVpcConfig> SdkBuilder<UpdateWebAppVpcConfig.Builder,,UpdateWebAppVpcConfig> SdkPojo
- Enclosing class:
UpdateWebAppVpcConfig
@Mutable
@NotThreadSafe
public static interface UpdateWebAppVpcConfig.Builder
extends SdkPojo, CopyableBuilder<UpdateWebAppVpcConfig.Builder,UpdateWebAppVpcConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.subnetIds(Collection<String> subnetIds) The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.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
-
subnetIds
The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.
- Parameters:
subnetIds- The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.
- Parameters:
subnetIds- The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-