Interface UpdateWebAppVpcConfig.Builder

  • 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

      UpdateWebAppVpcConfig.Builder subnetIds(String... 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

      UpdateWebAppVpcConfig.Builder ipAddressType(String 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: