Interface IngressVpcConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>, SdkBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>, SdkPojo
Enclosing class:
IngressVpcConfiguration

public static interface IngressVpcConfiguration.Builder extends SdkPojo, CopyableBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>
  • Method Details

    • vpcId

      The ID of the VPC that is used for the VPC endpoint.

      Parameters:
      vpcId - The ID of the VPC that is used for the VPC endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcEndpointId

      IngressVpcConfiguration.Builder vpcEndpointId(String vpcEndpointId)

      The ID of the VPC endpoint that your App Runner service connects to.

      Parameters:
      vpcEndpointId - The ID of the VPC endpoint that your App Runner service connects to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.