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 TypeMethodDescriptionipAddressType(String ipAddressType) The IP address type for the web app's VPC endpoint.ipAddressType(WebAppVpcEndpointIpAddressType ipAddressType) The IP address type for the web app's VPC endpoint.The 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.
-
ipAddressType
The IP address type for the web app's VPC endpoint. This determines whether the endpoint is accessible over IPv4 only, or over both IPv4 and IPv6.
- Parameters:
ipAddressType- The IP address type for the web app's VPC endpoint. This determines whether the endpoint is accessible over IPv4 only, or over both IPv4 and IPv6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The IP address type for the web app's VPC endpoint. This determines whether the endpoint is accessible over IPv4 only, or over both IPv4 and IPv6.
- Parameters:
ipAddressType- The IP address type for the web app's VPC endpoint. This determines whether the endpoint is accessible over IPv4 only, or over both IPv4 and IPv6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-