Interface ApiGatewayProxySummary.Builder

    • Method Detail

      • apiGatewayId

        ApiGatewayProxySummary.Builder apiGatewayId​(String apiGatewayId)

        The resource ID of the API Gateway for the proxy.

        Parameters:
        apiGatewayId - The resource ID of the API Gateway for the proxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nlbArn

        ApiGatewayProxySummary.Builder nlbArn​(String nlbArn)

        The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.

        Parameters:
        nlbArn - The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nlbName

        ApiGatewayProxySummary.Builder nlbName​(String nlbName)

        The name of the Network Load Balancer that is configured by the API Gateway proxy.

        Parameters:
        nlbName - The name of the Network Load Balancer that is configured by the API Gateway proxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • proxyUrl

        ApiGatewayProxySummary.Builder proxyUrl​(String proxyUrl)

        The endpoint URL of the API Gateway proxy.

        Parameters:
        proxyUrl - The endpoint URL of the API Gateway proxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stageName

        ApiGatewayProxySummary.Builder stageName​(String stageName)

        The name of the API Gateway stage. The name defaults to prod.

        Parameters:
        stageName - The name of the API Gateway stage. The name defaults to prod.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcLinkId

        ApiGatewayProxySummary.Builder vpcLinkId​(String vpcLinkId)

        The VpcLink ID of the API Gateway proxy.

        Parameters:
        vpcLinkId - The VpcLink ID of the API Gateway proxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.