Interface BackendServerDescription.Builder

    • Method Detail

      • instancePort

        BackendServerDescription.Builder instancePort​(Integer instancePort)

        The port on which the EC2 instance is listening.

        Parameters:
        instancePort - The port on which the EC2 instance is listening.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyNames

        BackendServerDescription.Builder policyNames​(Collection<String> policyNames)

        The names of the policies enabled for the EC2 instance.

        Parameters:
        policyNames - The names of the policies enabled for the EC2 instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyNames

        BackendServerDescription.Builder policyNames​(String... policyNames)

        The names of the policies enabled for the EC2 instance.

        Parameters:
        policyNames - The names of the policies enabled for the EC2 instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.