Interface IngressPathSummary.Builder

    • Method Detail

      • accessType

        IngressPathSummary.Builder accessType​(String accessType)

        The type of access to the endpoint for the Express service.

        Parameters:
        accessType - The type of access to the endpoint for the Express service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessType, AccessType
      • accessType

        IngressPathSummary.Builder accessType​(AccessType accessType)

        The type of access to the endpoint for the Express service.

        Parameters:
        accessType - The type of access to the endpoint for the Express service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessType, AccessType
      • endpoint

        IngressPathSummary.Builder endpoint​(String endpoint)

        The endpoint for access to the service.

        Parameters:
        endpoint - The endpoint for access to the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.