Interface EnvironmentLink.Builder

    • Method Detail

      • linkName

        EnvironmentLink.Builder linkName​(String linkName)

        The name of the link.

        Parameters:
        linkName - The name of the link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentName

        EnvironmentLink.Builder environmentName​(String environmentName)

        The name of the linked environment (the dependency).

        Parameters:
        environmentName - The name of the linked environment (the dependency).
        Returns:
        Returns a reference to this object so that method calls can be chained together.