Interface DescribedWebAppVpcConfig.Builder

  • Method Details

    • subnetIds

      The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.

      Parameters:
      subnetIds - The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      DescribedWebAppVpcConfig.Builder subnetIds(String... subnetIds)

      The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.

      Parameters:
      subnetIds - The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The identifier of the VPC where the web app endpoint is hosted.

      Parameters:
      vpcId - The identifier of the VPC where the web app endpoint is hosted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcEndpointId

      DescribedWebAppVpcConfig.Builder vpcEndpointId(String vpcEndpointId)

      The identifier of the VPC endpoint created for the web app.

      Parameters:
      vpcEndpointId - The identifier of the VPC endpoint created for the web app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.