Interface InputDestination.Builder

    • Method Detail

      • ip

        InputDestination.Builder ip​(String ip)
        The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.
        Parameters:
        ip - The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        InputDestination.Builder port​(String port)
        The port number for the input.
        Parameters:
        port - The port number for the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        InputDestination.Builder url​(String url)
        This represents the endpoint that the customer stream will be pushed to.
        Parameters:
        url - This represents the endpoint that the customer stream will be pushed to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpc

        InputDestination.Builder vpc​(InputDestinationVpc vpc)
        Sets the value of the Vpc property for this object.
        Parameters:
        vpc - The new value for the Vpc property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.