Interface InstanceAccess.Builder

    • Method Detail

      • fleetId

        InstanceAccess.Builder fleetId​(String fleetId)

        A unique identifier for the fleet containing the instance to be accessed.

        Parameters:
        fleetId - A unique identifier for the fleet containing the instance to be accessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        InstanceAccess.Builder instanceId​(String instanceId)

        A unique identifier for the instance to be accessed.

        Parameters:
        instanceId - A unique identifier for the instance to be accessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddress

        InstanceAccess.Builder ipAddress​(String ipAddress)

        IP address assigned to the instance.

        Parameters:
        ipAddress - IP address assigned to the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingSystem

        InstanceAccess.Builder operatingSystem​(String operatingSystem)

        Operating system that is running on the instance.

        Parameters:
        operatingSystem - Operating system that is running on the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperatingSystem, OperatingSystem
      • operatingSystem

        InstanceAccess.Builder operatingSystem​(OperatingSystem operatingSystem)

        Operating system that is running on the instance.

        Parameters:
        operatingSystem - Operating system that is running on the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperatingSystem, OperatingSystem
      • credentials

        InstanceAccess.Builder credentials​(InstanceCredentials credentials)

        Security credentials that are required to access the instance.

        Parameters:
        credentials - Security credentials that are required to access the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.