Interface Server.Builder

    • Method Detail

      • serverId

        Server.Builder serverId​(String serverId)

        The ID of the server.

        Parameters:
        serverId - The ID of the server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverType

        Server.Builder serverType​(String serverType)

        The type of server.

        Parameters:
        serverType - The type of server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServerType, ServerType
      • serverType

        Server.Builder serverType​(ServerType serverType)

        The type of server.

        Parameters:
        serverType - The type of server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServerType, ServerType
      • vmServer

        Server.Builder vmServer​(VmServer vmServer)

        Information about the VM server.

        Parameters:
        vmServer - Information about the VM server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationJobId

        Server.Builder replicationJobId​(String replicationJobId)

        The ID of the replication job.

        Parameters:
        replicationJobId - The ID of the replication job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationJobTerminated

        Server.Builder replicationJobTerminated​(Boolean replicationJobTerminated)

        Indicates whether the replication job is deleted or failed.

        Parameters:
        replicationJobTerminated - Indicates whether the replication job is deleted or failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.