Interface FailedWorkspaceChangeRequest.Builder

    • Method Detail

      • workspaceId

        FailedWorkspaceChangeRequest.Builder workspaceId​(String workspaceId)

        The identifier of the WorkSpace.

        Parameters:
        workspaceId - The identifier of the WorkSpace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorCode

        FailedWorkspaceChangeRequest.Builder errorCode​(String errorCode)

        The error code that is returned if the WorkSpace cannot be rebooted.

        Parameters:
        errorCode - The error code that is returned if the WorkSpace cannot be rebooted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        FailedWorkspaceChangeRequest.Builder errorMessage​(String errorMessage)

        The text of the error message that is returned if the WorkSpace cannot be rebooted.

        Parameters:
        errorMessage - The text of the error message that is returned if the WorkSpace cannot be rebooted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.